1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-28 13:01:41 +03:00
unknown 9f22d16669 Give warning if MySQL doesn't honor given storage engine
Allow syntax CREATE TABLE t1 (LIKE t2)


BUILD/compile-pentium-debug-max:
  Disable isam
BUILD/compile-pentium-valgrind-max:
  Disable isam
include/mysqld_error.h:
  New error
mysql-test/r/bdb.result:
  new error message
mysql-test/r/innodb.result:
  new error message
mysql-test/r/subselect.result:
  New test
mysql-test/r/variables.result:
  New test
mysql-test/r/warnings.result:
  Test of warning if MySQL creates table with another handler than specified
mysql-test/t/innodb.test:
  Added test case for derivied tables
mysql-test/t/subselect.test:
  New test
mysql-test/t/variables-master.opt:
  Fixed wrong parameter
mysql-test/t/warnings.test:
  Test if creating handler of not existing table type
sql/ha_isam.cc:
  Added option --skip-isam
sql/ha_isam.h:
  Added option --skip-isam
sql/handler.cc:
  Added option --skip-isam
sql/item.cc:
  Deleted probably wrong bug fix
sql/mysqld.cc:
  Added option --skip-isam
sql/share/czech/errmsg.txt:
  Added missing ','
sql/share/danish/errmsg.txt:
  Added missing ','
sql/share/dutch/errmsg.txt:
  Added missing ','
sql/share/english/errmsg.txt:
  Added missing ','
  changed table handler -> storage engine
sql/share/estonian/errmsg.txt:
  Added missing ','
sql/share/french/errmsg.txt:
  Added missing ','
sql/share/german/errmsg.txt:
  Added missing ','
sql/share/greek/errmsg.txt:
  Added missing ','
sql/share/hungarian/errmsg.txt:
  Added missing ','
sql/share/italian/errmsg.txt:
  Added missing ','
sql/share/japanese/errmsg.txt:
  Added missing ','
sql/share/korean/errmsg.txt:
  Added missing ','
sql/share/norwegian-ny/errmsg.txt:
  Added missing ','
sql/share/norwegian/errmsg.txt:
  Added missing ','
sql/share/polish/errmsg.txt:
  Added missing ','
sql/share/portuguese/errmsg.txt:
  Added missing ','
sql/share/romanian/errmsg.txt:
  Added missing ','
sql/share/russian/errmsg.txt:
  Added missing ','
sql/share/serbian/errmsg.txt:
  Added missing ','
sql/share/slovak/errmsg.txt:
  Added missing ','
sql/share/spanish/errmsg.txt:
  Added missing ','
sql/share/swedish/errmsg.txt:
  Added missing ','
sql/share/ukrainian/errmsg.txt:
  Added missing ','
sql/sql_acl.cc:
  Fix bug in access checking of derived tables
sql/sql_base.cc:
  Indentation change
sql/sql_parse.cc:
  Fix bug in access checking of derived tables
sql/sql_select.cc:
  Fixed bug in new sub select optimization
sql/sql_table.cc:
  Give warning if MySQL doesn't honor given storage engine
sql/sql_yacc.yy:
  Allow syntax CREATE TABLE t1 (LIKE t2).
2003-05-13 11:15:11 +03:00
..
2003-03-18 17:01:32 +04:00
2003-02-04 21:52:14 +02:00
2003-01-18 03:13:37 +02:00
2003-05-03 01:16:56 +02:00
2003-05-03 01:16:56 +02:00
2003-05-06 01:38:38 +03:00
2003-03-13 13:44:03 +01:00
2002-12-28 01:01:05 +02:00
2003-02-27 03:44:44 +02:00
2003-04-16 20:35:29 +03:00
2003-04-03 21:19:12 +03:00
2003-02-04 21:52:14 +02:00
2003-04-26 15:26:28 +03:00
2003-03-07 12:21:32 +04:00
2003-03-07 12:21:32 +04:00
2003-05-06 01:38:38 +03:00
2003-04-09 20:50:30 -04:00
2003-02-10 17:59:16 +02:00
2003-04-10 10:25:21 -04:00
2003-05-06 01:38:38 +03:00
2003-05-06 01:42:33 +03:00
2003-05-06 01:38:38 +03:00
2003-03-27 16:11:01 +02:00
2003-03-19 22:25:44 +02:00
2003-03-16 19:17:54 +02:00
2003-05-06 01:38:38 +03:00
2003-04-23 19:37:33 +05:00
2003-03-16 19:17:54 +02:00
2003-04-28 14:25:29 +05:00
2003-01-28 08:38:28 +02:00
2003-05-06 01:38:38 +03:00
2002-12-28 01:01:05 +02:00
2003-04-24 14:33:33 +03:00
2003-02-28 08:53:54 +02:00
2003-03-20 21:35:03 +02:00
2003-04-23 19:37:33 +05:00
2003-04-23 18:19:22 +05:00
2003-04-23 19:37:33 +05:00
2003-05-06 01:38:38 +03:00
2003-03-16 19:17:54 +02:00
2003-04-23 18:19:22 +05:00
2003-03-18 15:30:32 +04:00
2003-03-07 12:21:32 +04:00
2003-04-16 20:35:29 +03:00
2003-04-23 18:19:22 +05:00
2003-04-26 15:26:28 +03:00
2003-04-08 11:33:54 +05:00
2003-04-26 15:58:39 +03:00
2003-02-26 01:03:47 +02:00
2003-05-03 01:16:56 +02:00
2003-04-26 15:26:28 +03:00
2003-04-26 15:26:28 +03:00
2003-04-16 11:08:21 +05:00
2003-05-03 01:16:56 +02:00
2003-01-25 13:19:46 +02:00
2003-03-16 19:17:54 +02:00
2003-03-11 16:32:17 +04:00
2003-05-03 01:16:56 +02:00
2003-04-24 14:33:33 +03:00
2003-05-03 01:16:56 +02:00
2003-05-03 01:16:56 +02:00
2003-03-16 19:17:54 +02:00
2003-04-24 14:33:33 +03:00
2003-05-03 01:16:56 +02:00
2003-05-03 01:16:56 +02:00
2003-04-24 14:33:33 +03:00
2003-03-27 13:09:09 +04:00
2003-05-06 01:42:33 +03:00