mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtime
into mockturtle.local:/home/dlenev/src/mysql-5.0-hash-2
This commit is contained in:
@@ -743,7 +743,11 @@ public:
|
||||
0 - indicates that this query does not need prelocking.
|
||||
*/
|
||||
TABLE_LIST **query_tables_own_last;
|
||||
/* Set of stored routines called by statement. */
|
||||
/*
|
||||
Set of stored routines called by statement.
|
||||
(Note that we use lazy-initialization for this hash).
|
||||
*/
|
||||
enum { START_SROUTINES_HASH_SIZE= 16 };
|
||||
HASH sroutines;
|
||||
/*
|
||||
List linking elements of 'sroutines' set. Allows you to add new elements
|
||||
|
||||
Reference in New Issue
Block a user