1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-31 15:50:51 +03:00
Files
mariadb/mysql-test/t
unknown 51f70d9ff7 BUG#17754
Added new syntax ALTER TABLE t1 REMOVE PARTITIONING,
changed semantics of ALTER TABLE t1 ENGINE=X; to not remove partitioning
Fix a number of mix engine bugs in partitioning


mysql-test/r/ndb_partition_key.result:
  Added a number of new test cases
mysql-test/r/partition.result:
  Added a number of new test cases
mysql-test/t/ndb_partition_key.test:
  Added a number of new test cases
mysql-test/t/partition.test:
  Added a number of new test cases
sql/lex.h:
  REMOVE and PARTITIONING added as keywords in parser
sql/sql_lex.h:
  Added flag to alter_info flag
sql/sql_partition.cc:
  Fixes for the new syntax, changes of the current semantics of the syntax.
  Fixes for errors in handling mixes of table handlers in partitioning syntax
  for ALTER TABLE
sql/sql_table.cc:
  Bug fix
sql/sql_yacc.yy:
  New syntax for REMOVE PARTITIONING
2006-03-20 14:36:21 -05:00
..
2006-02-25 20:17:07 +01:00
2006-02-26 15:11:56 +02:00
2006-02-28 23:29:58 +01:00
2006-02-28 12:08:13 +01:00
2006-02-07 13:26:35 +01:00
2006-02-26 15:11:56 +02:00
2006-02-06 11:35:13 -08:00
2006-01-27 21:20:28 -08:00
2006-01-12 12:27:25 -08:00
2006-01-12 19:51:02 +01:00
2006-01-12 19:51:02 +01:00
2006-01-12 19:51:02 +01:00
2006-02-20 15:03:16 +01:00
2006-02-16 16:33:46 +01:00
2006-01-12 23:57:01 +01:00
2006-02-07 19:57:31 +01:00
2006-03-20 14:36:21 -05:00
2006-02-26 15:11:56 +02:00
2006-02-26 15:11:56 +02:00
2006-03-20 14:36:21 -05:00
2006-02-26 15:11:56 +02:00
2006-02-13 11:49:28 +04:00
2006-02-15 14:02:47 +01:00
2006-02-15 14:02:47 +01:00
2006-02-09 15:29:57 +01:00
2006-02-09 15:29:57 +01:00
2006-02-13 16:36:11 +01:00
2006-02-13 16:36:11 +01:00
2006-02-10 12:52:35 +01:00
2006-02-15 14:02:47 +01:00
2006-02-10 12:52:35 +01:00
2006-01-12 19:51:02 +01:00
2006-01-12 19:51:02 +01:00
2006-02-10 12:52:35 +01:00
2006-02-10 12:52:35 +01:00
2006-02-10 12:52:35 +01:00
2006-02-15 14:02:47 +01:00
2006-02-13 16:36:11 +01:00
2006-02-09 15:29:57 +01:00
2006-01-12 19:51:02 +01:00
2006-02-10 12:52:35 +01:00
2006-02-15 14:02:47 +01:00
2006-02-08 22:17:46 +01:00
2006-02-08 17:09:57 +01:00
2006-01-13 16:27:38 +03:00
2006-02-25 21:54:34 +02:00
2006-02-26 16:03:43 +02:00