diff options
author | unknown <svoj@mysql.com/june.mysql.com> | 2007-02-28 14:27:19 +0400 |
---|---|---|
committer | unknown <svoj@mysql.com/june.mysql.com> | 2007-02-28 14:27:19 +0400 |
commit | d9dbd4caf4d8c53a4e66037fcd344e5c9b7d4f64 (patch) | |
tree | 6e3106943b538567d2e7cd8909c4539bb3d90015 /strings/latin2.def | |
parent | 98736877832f57246607f5210d012b7a41856164 (diff) | |
download | mariadb-git-d9dbd4caf4d8c53a4e66037fcd344e5c9b7d4f64.tar.gz |
BUG#26080 - Memory Storage engine not working properly
Extending varchar column length with ALTER TABLE may result in unusable
memory table.
The problem is that we use fast ALTER TABLE in this case, which is not
supported by now.
This is fixed by refusing fast ALTER TABLE when extending varchar column.
In other words force copy of a table during ALTER TABLE.
Affects MEMORY tables in 5.1 only.
mysql-test/r/heap.result:
A test case for BUG#26080.
mysql-test/t/heap.test:
A test case for BUG#26080.
storage/heap/ha_heap.cc:
For MEMORY, if varchar column extended, it should return incompatible for
now. In other words force copy of a table during alter table.
Diffstat (limited to 'strings/latin2.def')
0 files changed, 0 insertions, 0 deletions