mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge polly.local:/home/kaa/src/maint/bug27643/my51-bug27643
into polly.local:/home/kaa/src/maint/mysql-5.1-maint
This commit is contained in:
@ -10396,7 +10396,7 @@ bool create_myisam_from_heap(THD *thd, TABLE *table, TMP_TABLE_PARAM *param,
|
||||
|
||||
err:
|
||||
DBUG_PRINT("error",("Got error: %d",write_err));
|
||||
table->file->print_error(error,MYF(0)); // Give table is full error
|
||||
table->file->print_error(write_err, MYF(0));
|
||||
(void) table->file->ha_rnd_end();
|
||||
(void) new_table.file->close();
|
||||
err1:
|
||||
|
Reference in New Issue
Block a user