mirror of
https://github.com/MariaDB/server.git
synced 2026-04-27 10:45:30 +02:00
Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.1-new
into c-8808e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug17754 mysql-test/r/partition.result: Auto merged mysql-test/t/partition.test: Auto merged sql/sql_lex.h: Auto merged sql/sql_partition.cc: Auto merged sql/sql_table.cc: Auto merged sql/sql_yacc.yy: Auto merged mysql-test/r/ndb_partition_key.result: manual merge mysql-test/t/ndb_partition_key.test: manual merge
This commit is contained in:
commit
a5b8b7755e
9 changed files with 452 additions and 40 deletions
|
|
@ -705,6 +705,7 @@ typedef class st_select_lex SELECT_LEX;
|
|||
#define ALTER_ANALYZE_PARTITION (1L << 22)
|
||||
#define ALTER_CHECK_PARTITION (1L << 23)
|
||||
#define ALTER_REPAIR_PARTITION (1L << 24)
|
||||
#define ALTER_REMOVE_PARTITIONING (1L << 25)
|
||||
|
||||
typedef struct st_alter_info
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue