mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 07:05:33 +02:00
bug#14433 - archive uses wrong ref_length
mysql-test/t/func_group.test: re-enable the test
This commit is contained in:
parent
8a661e77ea
commit
dcf5d348cc
3 changed files with 4 additions and 4 deletions
|
|
@ -233,7 +233,8 @@ ha_archive::ha_archive(TABLE *table_arg)
|
|||
buffer.set((char *)byte_buffer, IO_SIZE, system_charset_info);
|
||||
|
||||
/* The size of the offset value we will use for position() */
|
||||
ref_length = sizeof(z_off_t);
|
||||
ref_length = 2 << ((zlibCompileFlags() >> 6) & 3);
|
||||
DBUG_ASSERT(ref_length <= sizeof(z_off_t));
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue