1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

move similar code to inline function

This commit is contained in:
unknown
2002-11-05 01:10:05 +02:00
parent 53a386ca87
commit 1b26dbbda0
2 changed files with 11 additions and 18 deletions

View File

@ -364,7 +364,12 @@ public:
thr_lock_type flags= TL_UNLOCK,
List<String> *use_index= 0,
List<String> *ignore_index= 0);
inline void init_order()
{
order_list.elements= 0;
order_list.first= 0;
order_list.next= (byte**) &order_list.first;
}
friend void mysql_init_query(THD *thd);
};