mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
BUG#47837, Duplicate field names were allowed in both column list partitioning and key partitioning, added check to give error in this case
This commit is contained in:
parent
2ef1c756db
commit
576dd76aa8
5 changed files with 70 additions and 0 deletions
|
|
@ -271,6 +271,7 @@ public:
|
|||
|
||||
bool set_up_defaults_for_partitioning(handler *file, HA_CREATE_INFO *info,
|
||||
uint start_no);
|
||||
char *has_unique_fields();
|
||||
char *has_unique_names();
|
||||
bool check_engine_mix(handlerton *engine_type, bool default_engine);
|
||||
bool check_range_constants(THD *thd);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue