bug#14433 - archive uses wrong ref_length

mysql-test/t/func_group.test:
  re-enable the test
This commit is contained in:
unknown 2005-11-16 15:17:08 +01:00
commit dcf5d348cc
3 changed files with 4 additions and 4 deletions

View file

@ -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));
}
/*