Bug#368663: mysql-client-5.0: Displays empty strings as NULL values

2006-05-30 Thread Christian Hammers
forwarded 368663 http://bugs.mysql.com/bug.php?id=20154 tags 368663 + confirmed upstream thanks Hello Larry On 2006-05-23 Larry Holish wrote: Here's a quick demonstration of the problem: I reported the problem to MySQL. bye, -christian- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

Bug#368663: mysql-client-5.0: Displays empty strings as NULL values

2006-05-23 Thread Larry Holish
Package: mysql-client-5.0 Version: 5.0.21-3 Severity: normal Here's a quick demonstration of the problem: mysql create table test(col1 text default NULL, col2 text default NULL, col3 text default NULL); Query OK, 0 rows affected (0.06 sec) mysql desc test;