mariadb/storage
svoj@mysql.com/june.mysql.com ddb8131207 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.
2007-02-28 14:27:19 +04:00
..
archive Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1 2007-02-03 00:58:09 +02:00
blackhole Many files: 2006-12-31 02:29:11 +01:00
csv Merge bk-internal.mysql.com:/home/bk/mysql-5.1 2007-01-11 22:15:20 +03:00
example After merge fixes 2007-01-29 01:47:35 +02:00
federated After merge fixes 2007-01-29 01:47:35 +02:00
heap BUG#26080 - Memory Storage engine not working properly 2007-02-28 14:27:19 +04:00
innobase Merge bk-internal.mysql.com:/home/bk/mysql-5.1 2007-01-31 16:24:28 -05:00
myisam Bug#25460 - High concurrency MyISAM access causes severe mysqld crash. 2007-02-22 09:12:07 +01:00
myisammrg Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-5.1 2007-02-05 15:31:20 +04:00
ndb Merge siva.hindu.god:/home/tsmith/m/bk/51 2007-02-08 16:02:58 -07:00
Makefile.am Many files: 2006-12-31 02:29:11 +01:00