mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 10:15:29 +02:00
Merge branch '5.5' into 10.0
This commit is contained in:
commit
1acfa942ed
154 changed files with 3475 additions and 1793 deletions
|
|
@ -589,6 +589,11 @@ void JOIN_CACHE::create_remaining_fields()
|
|||
{
|
||||
MY_BITMAP *rem_field_set;
|
||||
TABLE *table= tab->table;
|
||||
#if MYSQL_VERSION_ID < 100204
|
||||
empty_record(table);
|
||||
#else
|
||||
#error remove
|
||||
#endif
|
||||
|
||||
if (all_read_fields)
|
||||
rem_field_set= table->read_set;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue