1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Merge bk-internal.mysql.com:/data0/bk/mysql-5.0

into  bk-internal.mysql.com:/data0/bk/mysql-5.0-community
This commit is contained in:
baker@bk-internal.mysql.com
2007-01-14 04:09:38 +01:00
34 changed files with 982 additions and 147 deletions

View File

@@ -1308,6 +1308,9 @@ public:
List <MYSQL_ERROR> warn_list;
uint warn_count[(uint) MYSQL_ERROR::WARN_LEVEL_END];
uint total_warn_count;
PROFILING profiling;
/*
Id of current query. Statement can be reused to execute several queries
query_id is global in context of the whole MySQL server.