mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Portability fixes
This commit is contained in:
@ -211,9 +211,8 @@ bool select_union::send_eof()
|
||||
|
||||
bool select_union::flush()
|
||||
{
|
||||
int error,error2;
|
||||
error=table->file->extra(HA_EXTRA_NO_CACHE);
|
||||
if (error)
|
||||
int error;
|
||||
if ((error=table->file->extra(HA_EXTRA_NO_CACHE)))
|
||||
{
|
||||
table->file->print_error(error,MYF(0));
|
||||
::send_error(&thd->net);
|
||||
|
Reference in New Issue
Block a user