1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

System Versioning pre1.0

Merge branch '10.3' into trunk
This commit is contained in:
Aleksey Midenkov
2017-11-13 11:06:18 +03:00
433 changed files with 16008 additions and 12469 deletions

View File

@ -4520,6 +4520,13 @@ public:
void sort();
void remove_duplicates(); // assumes that the list is sorted
#ifndef DBUG_OFF
/*
Used to find unstable mtr tests querying
INFORMATION_SCHEMA.TABLES without ORDER BY.
*/
void sort_desc();
#endif
};
int ha_discover_table(THD *thd, TABLE_SHARE *share);