1
0
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:
hf@deer.mysql.r18.ru
2003-01-21 20:24:22 +04:00
6 changed files with 98 additions and 30 deletions

View File

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