1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

A fix (bug #6993: Max myisam_data_pointer_size limited to 7).

This commit is contained in:
unknown
2004-12-07 14:51:13 +04:00
parent 6c68f27cc4
commit 154e64ac92
3 changed files with 12 additions and 1 deletions

View File

@ -355,3 +355,10 @@ create table t1 as select @arg00 as c1, @arg01 as c2, @arg02 as c3;
show create table t1;
drop table t1;
#
# Bug #6993: myisam_data_pointer_size
#
SET GLOBAL MYISAM_DATA_POINTER_SIZE= 8;
SHOW VARIABLES LIKE 'MYISAM_DATA_POINTER_SIZE';