mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
Merge anubis.xiphis.org:/usr/home/antony/work/p2-bug25513.5
into anubis.xiphis.org:/usr/home/antony/work/5.0-engines-merge
This commit is contained in:
commit
97139ca5f3
1 changed files with 1 additions and 1 deletions
|
@ -1686,7 +1686,7 @@ int ha_federated::write_row(byte *buf)
|
|||
uint tmp_length;
|
||||
int error= 0;
|
||||
bool use_bulk_insert;
|
||||
bool auto_increment_update_required= table->next_number_field;
|
||||
bool auto_increment_update_required= (table->next_number_field != NULL);
|
||||
|
||||
/* The string containing the values to be added to the insert */
|
||||
String values_string(values_buffer, sizeof(values_buffer), &my_charset_bin);
|
||||
|
|
Loading…
Reference in a new issue