1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Cleanup unused READ_RECORD::forms

This commit is contained in:
Eugene Kosov
2018-05-29 23:25:50 +03:00
committed by Sergey Vojtovich
parent 617d34ae80
commit c8d9ec2cbb
3 changed files with 0 additions and 4 deletions

View File

@@ -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;