mariadb/client
Georgi Kodinov 4b05db5cfd Bug : MySQL CLI parser bug 2
There was a problem when a DELIMITER COMMAND is not the first 
command on the line. I this case an extra line feed was added
to the glob buffer and this was causing subsequent attempts 
to enter this delimiter to fail.
Fixed by not adding a new line to the glob buffer if the 
command being added is a DELIMITER

client/mysql.cc:
  Bug : Don't add a new line if DELIMTER is added to
  the glob buffer
mysql-test/r/mysql.result:
  Bug : test case
mysql-test/t/mysql.test:
  Bug : test case
2009-02-24 15:06:28 +02:00
..
.cvsignore
client_priv.h
CMakeLists.txt
completion_hash.cc
completion_hash.h
echo.c
get_password.c
Makefile.am
my_readline.h
mysql.cc Bug : MySQL CLI parser bug 2 2009-02-24 15:06:28 +02:00
mysql_upgrade.c
mysqladmin.cc
mysqlbinlog.cc
mysqlcheck.c Fix for bug#37527: mysqlcheck fails to report entire database 2008-11-14 11:40:46 +04:00
mysqldump.c Bug#33550: mysqldump 4.0 compatibility broken 2009-02-02 18:19:07 +01:00
mysqlimport.c
mysqlmanager-pwgen.c
mysqlmanagerc.c
mysqlshow.c
mysqltest.c Bug mysqltest: Use of diff belonging to current OS, with wrong option for Solaris 2009-01-28 14:14:05 +01:00
readline.cc
sql_string.cc Merge from dev tree. 2009-02-14 12:09:35 +03:00
sql_string.h