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

Merging from mysql-5.1 to mysql-5.5.

This commit is contained in:
Annamalai Gurusami
2012-03-09 12:35:27 +05:30
4 changed files with 67 additions and 28 deletions

View File

@ -0,0 +1,6 @@
create table t1 (f1 char(255)) engine innodb;
ibdata1 size: 27262976 bytes
drop table t1;
create table t1 (f1 char(255)) engine innodb;
ibdata1 size: 27262976 bytes
drop table t1;