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

unused variable max_prep_stmt_count removed

This commit is contained in:
unknown
2003-12-05 01:55:57 +03:00
parent 270b72ff4f
commit 997c4550f3
4 changed files with 1 additions and 12 deletions

View File

@ -373,7 +373,6 @@ struct system_variables
ulong max_error_count;
ulong max_heap_table_size;
ulong max_length_for_sort_data;
ulong max_prep_stmt_count;
ulong max_sort_length;
ulong max_tmp_tables;
ulong myisam_repair_threads;