1
0
mirror of https://github.com/MariaDB/server.git synced 2025-06-28 05:01:24 +03:00
Commit Graph

10 Commits

Author SHA1 Message Date
15346c8a66 fix and test case for the bug #787: HANDLER without INDEX doesn't work with deleted rows 2003-07-04 17:15:16 +05:00
40b6d07439 handler should be used with constant expressions only (or rand) 2003-07-04 12:55:25 +02:00
dbb95326b0 Proposed fix for #751
Fields in key_expr (mysql_ha_read) wasn't linked to tables.
Hmm. How did it work at all?
2003-07-03 20:57:51 +05:00
572e2a1568 tests updated 2003-02-22 18:22:39 +01:00
4fb3244014 fixed "DROP table_open_in_handler" hang 2003-01-28 14:36:22 +01:00
a01a0840dc 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.
2002-09-03 15:44:25 +03:00
8b97f20024 handler+alter table 2002-01-03 14:31:54 +00:00
bb66c80aeb client/mysqlmanagerc.c
added support for quiet
    increased line buffer size
client/mysqltest.c
    fixed memory leak
    added query logging to result file
    added error message logging to result file
    added enable_query_log/disable_query_log
mysql-test/mysql-test-run.sh
    converted tests to use mysqlmanager

Updated test results
2001-09-27 23:05:54 -06:00
5d86c27a2d mysqltest bugfix
typo/bad merge fixed
chmod a-x for man/*.1 files
2001-04-15 20:14:40 +02:00
a6ebe74e3c Preliminary commit of HANDLER syntax (w/o LIMIT or column-list) 2001-04-07 00:18:33 +02:00