mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into neptunus.(none):/home/msvensson/mysql/mysql-4.1 sql/examples/ha_archive.cc: Auto merged
This commit is contained in:
commit
8fddb97343
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ int ha_archive::write_data_header(gzFile file_to_write)
|
|||
data_buffer[1]= (uchar)ARCHIVE_VERSION;
|
||||
|
||||
if (gzwrite(file_to_write, &data_buffer, DATA_BUFFER_SIZE) !=
|
||||
sizeof(DATA_BUFFER_SIZE))
|
||||
DATA_BUFFER_SIZE)
|
||||
goto error;
|
||||
DBUG_PRINT("ha_archive::write_data_header", ("Check %u", (uint)data_buffer[0]));
|
||||
DBUG_PRINT("ha_archive::write_data_header", ("Version %u", (uint)data_buffer[1]));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue