1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

0.5: basic support for ALTER TABLE for InnoDB and other storage engines [closes #57]

This commit is contained in:
kevg
2016-12-07 15:15:47 +03:00
committed by Aleksey Midenkov
parent 65e900ff04
commit a17b8f707f
11 changed files with 961 additions and 114 deletions

View File

@@ -4208,6 +4208,7 @@ public:
uint from_length,to_length;
Field *from_field,*to_field;
String tmp; // For items
MYSQL_TIME now; // Used for sys_trx_start
Copy_field() {}
~Copy_field() {}