mariadb/client
unknown 0f2ab68c6f Some trivial optimzations
Check if AND/OR expression can be NULL; Fixed bug in GROUP BY and-or-expression where expression could be NULL
Bug fix for SHOW OPEN TABLES when user didn't have privilege to access all open tables.
Better fix for ALTER TABLE on BDB tables.


Docs/manual.texi:
  Changelog
client/mysql.cc:
  Simple optimization
libmysql/libmysql.c:
  Removed initialization of varibles that are already set to zero
myisam/myisamchk.c:
  Fixed comment for extend-check
mysql-test/r/bdb-alter-table-1.result:
  Updated results
mysql-test/r/bdb-alter-table-2.result:
  Updated results
mysql-test/r/distinct.result:
  Updated results after bug fix
mysql-test/r/handler.result:
  Updated results
mysql-test/r/innodb_handler.result:
  Updated results
mysql-test/r/select.result:
  Updated results
mysql-test/r/varbinary.result:
  Updated results
mysql-test/t/bdb-alter-table-1.test:
  Added comments
mysql-test/t/bdb-alter-table-2.test:
  Added comments
mysql-test/t/select.test:
  Remove OPTION in SET OPTION
  Added tests for ORDER BY key LIMIT
sql/item_cmpfunc.cc:
  Check if AND/OR expression can be NULL
sql/mysqld.cc:
  mysqld --help now shows value of datadir
sql/share/english/errmsg.txt:
  Better error message for syntax error
sql/sql_base.cc:
  Bug fix for SHOW OPEN TABLES
sql/sql_class.cc:
  Moved virtual function to .cc file to avoid that we have to include assert.h everywhere.
sql/sql_class.h:
  Moved virtual function to .cc file to avoid that we have to include assert.h everywhere.
sql/sql_parse.cc:
  Removed old dead code from 3.23
sql/sql_select.cc:
  Improved optimization of ORDER BY key LIMIT
sql/sql_table.cc:
  More comments,
  Better fix for ALTER TABLE on BDB tables.
2002-09-03 15:44:25 +03:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
client_priv.h New SET syntax & system variables. 2002-07-23 18:31:22 +03:00
completion_hash.cc Update copyright 2001-12-06 14:10:51 +02:00
completion_hash.h Update copyright 2001-12-06 14:10:51 +02:00
connect_test.c Update copyright 2001-12-06 14:10:51 +02:00
errmsg.c Update copyright 2001-12-06 14:10:51 +02:00
get_password.c Update copyright 2001-12-06 14:10:51 +02:00
insert_test.c Update copyright 2001-12-06 14:10:51 +02:00
list_test.c Update copyright 2001-12-06 14:10:51 +02:00
Makefile.am Update to autoconf 2.52 2002-02-07 21:34:35 +02:00
my_readline.h Update copyright 2001-12-06 14:10:51 +02:00
mysql.cc Some trivial optimzations 2002-09-03 15:44:25 +03:00
mysqladmin.c Removed wrong mutex lock (hangup in kill on HPUX) 2002-08-24 02:08:10 +03:00
mysqlbinlog.cc Update for running gcc 3.x (mainly on HPUX) 2002-06-30 18:57:21 +03:00
mysqlcheck.c Merge work:/home/bk/mysql-4.0 2002-08-28 17:55:44 +00:00
mysqldump.c Fix for SSL and new my_getopt 2002-08-09 16:47:16 +03:00
mysqlimport.c Removed wrong mutex lock (hangup in kill on HPUX) 2002-08-24 02:08:10 +03: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 Fix for SSL and new my_getopt 2002-08-09 16:47:16 +03:00
mysqltest.c Added sync_slave_with_master [connection]. 2002-08-29 12:08:54 -06: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 Update copyright 2001-12-06 14:10:51 +02:00
showdb_test.c Update copyright 2001-12-06 14:10:51 +02:00
sql_string.cc Update copyright 2001-12-06 14:10:51 +02:00
sql_string.h Update copyright 2001-12-06 14:10:51 +02: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