[debian-mysql] Bug#568125: Bug#568125: mysql-server-5.0: DROP does not work with a database name with underscores in it
Norbert Tretkowski
norbert at tretkowski.de
Tue Feb 2 16:02:59 UTC 2010
tags 568125 +unreproducible
thanks
Am Dienstag, den 02.02.2010, 17:41 +0200 schrieb Menelaos Perdikeas:
[ nothing ]
Why not? Error message? Works fine for me:
mysql> select version();
+------------------------+
| version() |
+------------------------+
| 5.0.51a-24+lenny2+spu1 |
+------------------------+
1 row in set (0.00 sec)
mysql> create database t_e_s_t;
Query OK, 1 row affected (0.00 sec)
mysql> drop database t_e_s_t;
Query OK, 0 rows affected (0.00 sec)
Norbert
More information about the pkg-mysql-maint
mailing list