mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Cleanup unused READ_RECORD::forms
This commit is contained in:
committed by
Sergey Vojtovich
parent
617d34ae80
commit
c8d9ec2cbb
@ -194,7 +194,6 @@ bool init_read_record(READ_RECORD *info,THD *thd, TABLE *table,
|
||||
bzero((char*) info,sizeof(*info));
|
||||
info->thd=thd;
|
||||
info->table=table;
|
||||
info->forms= &info->table; /* Only one table */
|
||||
info->addon_field= addon_field;
|
||||
|
||||
if ((table->s->tmp_table == INTERNAL_TMP_TABLE ||
|
||||
|
@ -52,8 +52,6 @@ struct READ_RECORD
|
||||
typedef int (*Setup_func)(struct st_join_table*);
|
||||
|
||||
TABLE *table; /* Head-form */
|
||||
//handler *file;
|
||||
TABLE **forms; /* head and ref forms */
|
||||
Unlock_row_func unlock_row;
|
||||
Read_func read_record_func;
|
||||
THD *thd;
|
||||
|
@ -18,7 +18,6 @@
|
||||
#define SQL_WINDOW_INCLUDED
|
||||
|
||||
#include "filesort.h"
|
||||
#include "records.h"
|
||||
|
||||
class Item_window_func;
|
||||
|
||||
|
Reference in New Issue
Block a user