ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] dspam-mysql vs MySQL server in Sisyphus
@ 2007-01-29 22:54 Sergey Ivanov
  2007-01-29 23:16 ` Ivan Adzhubey
  0 siblings, 1 reply; 9+ messages in thread
From: Sergey Ivanov @ 2007-01-29 22:54 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Привет всем.
Решил я попробовать dspam с mysql_storage.
Установил из текущего сизифа
# apt-get install dspam-mysql MySQL-server
со всем что требовалось по зависимостям
Затем решил провести проверку, не подвержен ли MySQL сервер багу,
препятствующему нормальной работе dspam'а:
---
mysql> create table dspam_test (token bigint(20));
Query OK, 0 rows affected (0.01 sec)

mysql> insert into dspam_test
values('3232933621568372736'),('5174632569486238062'),('5860192774298853742'),('8787532532089676142'),('8029914733239132526');
Query OK, 5 rows affected (0.00 sec)
Records: 5  Duplicates: 0  Warnings: 0

mysql> select token from dspam_test where token
in('3232933621568372736','8787532532089676142','8029914733239132526','5174632569486238062','5860192774298853742');
+---------------------+
| token               |
+---------------------+
| 3232933621568372736 |
| 5860192774298853742 |
| 8029914733239132526 |
+---------------------+
3 rows in set (0.00 sec)
---
Что не есть хорошо. По описаниям (см.

http://dspam.nuclearelephant.com/dspam-users/0436.html) хороший MySQL
сервер должен вернуть пять записей.

Значит ли это что у нас в Сизифе плохой MySQL сервер?
Или у dspam неправильные представления о том, как себя должен вести
MySQL сервер?
-- 
	С уважением,
		Сергей Иванов.


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2007-01-30 19:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-29 22:54 [sisyphus] dspam-mysql vs MySQL server in Sisyphus Sergey Ivanov
2007-01-29 23:16 ` Ivan Adzhubey
2007-01-29 23:39   ` Sergey Ivanov
2007-01-29 23:56     ` Ivan Adzhubey
2007-01-30 14:24       ` Sergey Ivanov
2007-01-30 17:40         ` Ivan Adzhubey
2007-01-30 18:35           ` Sergey Ivanov
2007-01-30 19:48             ` Ivan Adzhubey
2007-01-30 18:52           ` Sergey Ivanov

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git