diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-07-08 19:38:26 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-07-08 19:38:26 +0200 |
commit | ca2ba2291af7e93893febed414e2ae98a5abd543 (patch) | |
tree | a081b1b1e70dff70cf5855c841f03e8637b46d5e /mysql-test/r/huge_frm-6224.result | |
parent | 65f85264a4c5319ee161545f60de99468b2382e5 (diff) | |
download | mariadb-git-ca2ba2291af7e93893febed414e2ae98a5abd543.tar.gz |
MDEV-6224 Incorrect information in file when *.frm is > 256K
Reject huge frms at CREATE TABLE, not when it - successfully written - is being opened.
Also raise the frm size limit from 256K to 512K
Diffstat (limited to 'mysql-test/r/huge_frm-6224.result')
-rw-r--r-- | mysql-test/r/huge_frm-6224.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/huge_frm-6224.result b/mysql-test/r/huge_frm-6224.result new file mode 100644 index 00000000000..3772317c04d --- /dev/null +++ b/mysql-test/r/huge_frm-6224.result @@ -0,0 +1 @@ +ERROR HY000: The definition for table `t1` is too big |