Bug #26278 mysql --debug-info is not working with current 5.1 sources
Submitted: 12 Feb 2007 8:27 Modified: 15 Jan 2008 15:15
Reporter: Sveta Smirnova Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server: Command-line Clients Severity:S3 (Non-critical)
Version:5.1 BK OS:Any (Linix)
Assigned to: CPU Architecture:Any

[12 Feb 2007 8:27] Sveta Smirnova
Description:
mysql --debug-info is not working with current 5.1. BK sources

How to repeat:
$mysql51 -T
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 211
Server version: 5.1.16-beta-debug Source distribution

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> set @SHARD=0;
Query OK, 0 rows affected (0.09 sec)

mysql> select @SHARD;
+--------+
| @SHARD |
+--------+
| 0      | 
+--------+
1 row in set (0.01 sec)

mysql> \q
Bye
[12 Feb 2007 8:27] Sveta Smirnova
Workaround: use 5.0 client
[15 Jan 2008 15:15] Sveta Smirnova
Set to "Not a bug", because there is option "column-info" since version 5.1