mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
A fix (bug #6993: Max myisam_data_pointer_size limited to 7).
This commit is contained in:
parent
477093eb8b
commit
f449ba85e8
3 changed files with 12 additions and 1 deletions
|
|
@ -478,3 +478,7 @@ t1 CREATE TABLE `t1` (
|
|||
`c3` longtext
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
drop table t1;
|
||||
SET GLOBAL MYISAM_DATA_POINTER_SIZE= 8;
|
||||
SHOW VARIABLES LIKE 'MYISAM_DATA_POINTER_SIZE';
|
||||
Variable_name Value
|
||||
myisam_data_pointer_size 8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue