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:
Mikael Ronstrom 2009-10-06 17:01:59 +02:00
commit 576dd76aa8
5 changed files with 70 additions and 0 deletions

View file

@ -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);