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

Change Last_query_cost status variable from global to thread-local.

This commit is contained in:
sergefp@mysql.com
2005-05-18 05:39:10 +02:00
parent 25cf90edbd
commit b6179919f3
6 changed files with 6 additions and 5 deletions

View File

@ -635,6 +635,8 @@ typedef struct system_status_var
ulong filesort_range_count;
ulong filesort_rows;
ulong filesort_scan_count;
double last_query_cost;
} STATUS_VAR;
/*