3 --- storage
/myisam
/mi_open
.c
.orig
2013-04-28 14:00:37.000000000 +0000
4 +++ storage
/myisam
/mi_open
.c
5 @@
-510,7 +510,7 @@ MI_INFO
*mi_open(const char *name
, int m
7 if (_mi_read_pack_info(&info
,
9 - test(!(share
->options
&
10 + my_test(!(share
->options
&
11 (HA_OPTION_PACK_RECORD
|
12 HA_OPTION_TEMP_COMPRESS_RECORD
)))))