mariadb/client
unknown 61434bf8e8 Change client_flag to unsigned long (16 -> 32 bits) to handle more options.
Don't use new password format if mysql.user has old format
tables_priv was not reset on FLUSH PRIVILEGES if tables_priv was empty
Portability fixes for Windows


client/mysql.cc:
  Removed compiler warnings.
  Make quote handling simpler
include/config-win.h:
  Fix for myisam/rt_mbr.c
include/mysql.h:
  Change client_flag to unsigned long to handle more options.
libmysql/libmysql.c:
  Change client_flag to unsigned long to handle more options.
libmysqld/libmysqld.c:
  Change client_flag to unsigned long to handle more options.
myisam/rt_mbr.c:
  Portability fix for Windows
mysql-test/r/rpl_loaddata.result:
  Fix test case
sql/item_strfunc.cc:
  Don't use new password format if mysql.user has old format
sql/item_strfunc.h:
  Don't use new password format if mysql.user has old format
sql/mysql_priv.h:
  Don't use new password format if mysql.user has old format
sql/mysqld.cc:
  Don't use new password format if mysql.user has old format
sql/sql_acl.cc:
  Don't use new password format if mysql.user has old format.
  tables_priv was not reset on FLUSH PRIVILEGES if tables_priv was empty
sql/sql_class.h:
  Don't use new password format if mysql.user has old format
sql/sql_parse.cc:
  Change client_flag to unsigned long to handle more options.
sql/sql_yacc.yy:
  Don't use new password format if mysql.user has old format
strings/ctype-utf8.c:
  Remove compiler warnings
strings/ctype-win1250ch.c:
  Remove compiler warnings
tests/grant.res:
  Update results
2003-01-18 16:39:21 +02:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
client_priv.h Added --compatible mode to mysqldump. 2003-01-16 05:35:59 +02: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
connect_test.c Correct bug which exposed itself in rpl000017 2002-11-29 21:34:13 +03:00
get_password.c Update copyright 2001-12-06 14:10:51 +02:00
insert_test.c Get rid of pbool from my_list.h; and avoid using the my_global.h for clients 2002-11-28 09:56:26 -08:00
list_test.c Update copyright 2001-12-06 14:10:51 +02:00
Makefile.am temporary fix to make mysql.cc to compile --with-readline 2002-11-26 15:33:30 +01:00
my_readline.h Update copyright 2001-12-06 14:10:51 +02:00
mysql.cc Change client_flag to unsigned long (16 -> 32 bits) to handle more options. 2003-01-18 16:39:21 +02:00
mysqladmin.c merge with 4.0.9 2003-01-09 03:55:26 +02:00
mysqlbinlog.cc new option --local-load in mysqlbinlog 2003-01-17 21:52:56 +04:00
mysqlcheck.c Merge with 4.0 2002-11-21 15:56:48 +02:00
mysqldump.c Added --compatible mode to mysqldump. 2003-01-16 05:35:59 +02:00
mysqlimport.c Removed ^M 2002-12-27 18:13:32 +02:00
mysqlmanager-pwgen.c Big code cleanup/review before 4.0.2 release. 2002-06-11 11:20:31 +03:00
mysqlmanagerc.c Big code cleanup/review before 4.0.2 release. 2002-06-11 11:20:31 +03:00
mysqlshow.c Removed ^M 2002-12-27 18:13:32 +02:00
mysqltest.c Merge with 4.0.9 2003-01-18 03:13:37 +02:00
password.c Update copyright 2001-12-06 14:10:51 +02:00
readline.cc Added macros for nice TIMESPEC usage. 2002-01-02 21:29:41 +02:00
select_test.c Get rid of pbool from my_list.h; and avoid using the my_global.h for clients 2002-11-28 09:56:26 -08:00
showdb_test.c Update copyright 2001-12-06 14:10:51 +02:00
sql_string.cc Copy from /sql directory 2002-11-15 13:58:24 +04:00
sql_string.h Copy from /sql directory 2002-11-15 13:58:24 +04:00
ssl_test.c Update copyright 2001-12-06 14:10:51 +02:00
thimble.cc Update copyright 2001-12-06 14:10:51 +02:00
thread_test.c Added useful exit error code for programs using my_getopt in case 2002-05-29 15:07:30 +03:00