mirror of
https://github.com/MariaDB/server.git
synced 2026-04-30 12:15:32 +02:00
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into neptunus.(none):/home/msvensson/mysql/mysql-5.0 sql/examples/ha_archive.cc: Auto merged sql/sql_table.cc: Auto merged
This commit is contained in:
commit
b5f8734487
2 changed files with 11 additions and 6 deletions
|
|
@ -258,7 +258,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