mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge with 5.1-release.
- Fixed problem with oqgraph and 'make dist' Note that after this merge we have a problem show in join_outer where we examine too many rows in one specific case (related to BUG#57024). This will be fixed when mwl#128 is merged into 5.3.
This commit is contained in:
@ -3120,8 +3120,6 @@ bool reopen_table(TABLE *table)
|
||||
tmp.maybe_null= table->maybe_null;
|
||||
tmp.status= table->status;
|
||||
|
||||
tmp.s->table_map_id= table->s->table_map_id;
|
||||
|
||||
/* Get state */
|
||||
tmp.in_use= thd;
|
||||
tmp.reginfo.lock_type=table->reginfo.lock_type;
|
||||
|
Reference in New Issue
Block a user