1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Three bug fixes and one fix being undone.

mysql-test/r/innodb_handler.result:
  change of test case after Heikki's fix
sql/sql_db.cc:
  Adding suport for backquotes in change_db()
sql/sql_update.cc:
  Undoing a fix
strings/ctype-tis620.c:
  Fixing a crashing bug
This commit is contained in:
unknown
2003-04-19 23:18:35 +03:00
parent 6760aeb1c0
commit 1b23ce2d35
4 changed files with 11 additions and 7 deletions

View File

@ -147,4 +147,5 @@ HANDLER t1 READ `primary` = (1, 1000);
no1 no2
HANDLER t1 READ `primary` PREV;
no1 no2
1 275
DROP TABLE t1;