mariadb/sql/share
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
..
charsets Add latin1_de character set, and make it the default. 2001-09-06 17:18:36 -04:00
czech Use our version of RWLOCKS on UNIXWARE 7 2002-08-21 22:04:22 +03:00
danish Use our version of RWLOCKS on UNIXWARE 7 2002-08-21 22:04:22 +03:00
dutch Updated Dutch error messages. 2002-08-22 07:20:58 +10:00
english Some trivial optimzations 2002-09-03 15:44:25 +03:00
estonian Use our version of RWLOCKS on UNIXWARE 7 2002-08-21 22:04:22 +03:00
french Use our version of RWLOCKS on UNIXWARE 7 2002-08-21 22:04:22 +03:00
german Use our version of RWLOCKS on UNIXWARE 7 2002-08-21 22:04:22 +03:00
greek Use our version of RWLOCKS on UNIXWARE 7 2002-08-21 22:04:22 +03:00
hungarian Use our version of RWLOCKS on UNIXWARE 7 2002-08-21 22:04:22 +03:00
italian Use our version of RWLOCKS on UNIXWARE 7 2002-08-21 22:04:22 +03:00
japanese Use our version of RWLOCKS on UNIXWARE 7 2002-08-21 22:04:22 +03:00
korean Use our version of RWLOCKS on UNIXWARE 7 2002-08-21 22:04:22 +03:00
norwegian Use our version of RWLOCKS on UNIXWARE 7 2002-08-21 22:04:22 +03:00
norwegian-ny Use our version of RWLOCKS on UNIXWARE 7 2002-08-21 22:04:22 +03:00
polish Use our version of RWLOCKS on UNIXWARE 7 2002-08-21 22:04:22 +03:00
portuguese Use our version of RWLOCKS on UNIXWARE 7 2002-08-21 22:04:22 +03:00
romanian Use our version of RWLOCKS on UNIXWARE 7 2002-08-21 22:04:22 +03:00
russian Use our version of RWLOCKS on UNIXWARE 7 2002-08-21 22:04:22 +03:00
slovak Use our version of RWLOCKS on UNIXWARE 7 2002-08-21 22:04:22 +03:00
spanish Use our version of RWLOCKS on UNIXWARE 7 2002-08-21 22:04:22 +03:00
swedish Use our version of RWLOCKS on UNIXWARE 7 2002-08-21 22:04:22 +03:00
ukrainian Use our version of RWLOCKS on UNIXWARE 7 2002-08-21 22:04:22 +03:00
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
Makefile.am merge with 3.23.50 2002-03-27 01:56:10 +02:00