mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Faster alter table code for 5.1.
This commit is contained in:
parent
5eab6ddcd6
commit
2657e48c64
25 changed files with 480 additions and 26 deletions
|
|
@ -103,6 +103,7 @@ public:
|
|||
HEAP_PTR ptr2=*(HEAP_PTR*)ref2;
|
||||
return ptr1 < ptr2? -1 : (ptr1 > ptr2? 1 : 0);
|
||||
}
|
||||
bool check_if_incompatible_data(HA_CREATE_INFO *info, uint table_changes);
|
||||
private:
|
||||
void update_key_stats();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue