mariadb/client
unknown 3ad098661a Fixed Bug#2281, --quote is now enabled by default. Can be disabled
with --disable-quote

Added --compatible=ansi mode.

Fixed a non-reported bug in compatible mode; there was a check for
/*!41000 */ at this part of the code, while it obviously should have been
/*!40100 */. So the mysqldump compatiple mode made for 4.0.1 will not work
until 4.10 or later server is released :P Fixed into 4.0.2.


client/mysqldump.c:
  Fixed Bug#2281, --quote is now enabled by default. Can be disabled
  with --disable-quote
  
  Added --compatible=ansi mode.
  
  Changed sapdb into maxdb, as this change has been made to server too.
  
  Fixed a non-reported bug in compatible mode; there was a check for
  /*!41000 */ at this part of the code, while it obviously should have been
  /*!40100 */. So the mysqldump compatiple mode made for 4.1.0 will not work
  until 4.10.0 or later server is released :P Fixed into 4.1.2.
2004-01-15 04:26:57 +02:00
..
.cvsignore
client_priv.h Second part of WL #519: 2003-11-28 13:11:44 +03:00
completion_hash.cc upgrade readline to version 4.3 2002-11-19 18:26:53 +04:00
completion_hash.h upgrade readline to version 4.3 2002-11-19 18:26:53 +04:00
get_password.c Merge with 4.0.14 2003-08-11 22:44:43 +03:00
Makefile.am changed processing of LOAD DATA in mysqlbinlog 2003-05-20 17:03:18 -04:00
my_readline.h Update copyright 2001-12-06 14:10:51 +02:00
mysql.cc Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-4.1 2004-01-14 17:49:17 +02:00
mysqladmin.c First version of new authentification procedure: now authentification is one-stage (instead of two-stage in 4.1) 2003-07-01 23:40:59 +04:00
mysqlbinlog.cc Portability fixes (for binary build) 2003-12-01 13:13:16 +02:00
mysqlcheck.c Update VC++ files 2003-11-21 01:53:01 +02:00
mysqldump.c Fixed Bug#2281, --quote is now enabled by default. Can be disabled 2004-01-15 04:26:57 +02:00
mysqlimport.c merge with 4.0.15 2003-09-11 20:24:14 +03:00
mysqlmanager-pwgen.c consistency fix - all help texts for command-line options should end with a dot. 2003-06-13 10:59:02 +02:00
mysqlmanagerc.c Big code cleanup/review before 4.0.2 release. 2002-06-11 11:20:31 +03:00
mysqlshow.c consistency fix - all help texts for command-line options should end with a dot. 2003-06-13 10:59:02 +02:00
mysqltest.c Portability fixes found during 5.0 test compilation 2003-12-21 19:39:32 +02:00
readline.cc Added macros for nice TIMESPEC usage. 2002-01-02 21:29:41 +02:00
sql_string.cc CHARSET_INFO structure reorganization for easier maintainance 2003-05-23 17:45:52 +05:00
sql_string.h Cleanup after split of libmysql.c to client.c and libmysql.c. A 4.1 master/slave will now use the 4.1 protocol 2003-06-14 11:37:42 +03:00