mirror of
https://github.com/MariaDB/server.git
synced 2026-04-29 11:45:32 +02:00
Portability fixes
libmysql/libmysql.c: Cleanup & portability fixes
This commit is contained in:
parent
ef2e750842
commit
7dc2f1a69e
21 changed files with 103 additions and 105 deletions
|
|
@ -4859,7 +4859,7 @@ end_write(JOIN *join, JOIN_TAB *join_tab __attribute__((unused)),
|
|||
DBUG_RETURN(1); // Not a table_is_full error
|
||||
table->uniques=0; // To ensure rows are the same
|
||||
}
|
||||
if (++join->send_records >= join->tmp_table_param.end_write_records &
|
||||
if (++join->send_records >= join->tmp_table_param.end_write_records &&
|
||||
join->do_send_rows)
|
||||
{
|
||||
if (!(join->select_options & OPTION_FOUND_ROWS))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue