1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-31 15:50:51 +03:00
Files
mariadb/mysql-test/r
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-15 02:19:42 +02:00
2006-02-25 20:17:07 +01:00
2006-01-12 19:51:02 +01:00
2006-02-28 14:43:49 +01:00
2006-01-21 21:50:54 +04: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-12 19:51:02 +01:00
2006-02-02 23:56:08 -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-01-19 13:32:58 -05:00
2006-02-20 12:36:10 +01:00
2006-03-20 14:36:21 -05:00
2006-02-23 10:51:33 +01:00
2006-01-12 19:51:02 +01: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-09 15:29:57 +01:00
2006-02-09 15:29:57 +01:00
2006-02-13 16:36:11 +01:00
2006-01-12 19:51:02 +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-02-16 21:50:05 +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-09 15:29:57 +01:00
2006-02-08 10:33:21 +01:00
2006-02-16 21:50:05 +01:00
2006-02-16 21:50:05 +01:00
2006-02-15 14:02:47 +01:00
2006-02-17 00:54:00 +01:00
2006-01-12 19:51:02 +01:00
2006-01-13 16:27:38 +03:00
2006-02-26 16:03:43 +02:00