mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge abotchkov@work.mysql.com:/home/bk/mysql-4.1
into deer.mysql.r18.ru:/home/hf/work/mysql-default
This commit is contained in:
@ -137,6 +137,7 @@ struct st_table {
|
||||
uint derived_select_number;
|
||||
THD *in_use; /* Which thread uses this */
|
||||
struct st_table *next,*prev;
|
||||
byte *default_values() { return record[2]; }
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user