********************************* * restore tables w/ new column from little endian ********************************* SHOW CREATE TABLE t1; ERROR 42S02: Table 'test.t1' doesn't exist SHOW WARNINGS; Level Code Message Warning 1296 Table definition contains obsolete data types such as old temporal or decimal types Warning 1296 Failed to discover table 't1' from NDB, could not upgrade table with extra metadata version 1 Error 1146 Table 'test.t1' doesn't exist ********************************* * restore tables w/ new column from big endian ********************************* SHOW CREATE TABLE t1; ERROR 42S02: Table 'test.t1' doesn't exist SHOW WARNINGS; Level Code Message Warning 1296 Table definition contains obsolete data types such as old temporal or decimal types Warning 1296 Failed to discover table 't1' from NDB, could not upgrade table with extra metadata version 1 Error 1146 Table 'test.t1' doesn't exist