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

Remove an unused variable

This commit is contained in:
Marko Mäkelä
2017-11-04 12:44:56 +02:00
parent 5fc79476b5
commit 4e34eaf187

View File

@ -689,7 +689,6 @@ typedef struct system_variables
ulong session_track_transaction_info;
my_bool session_track_schema;
my_bool session_track_state_change;
my_bool sequence_read_skip_cache;
ulong threadpool_priority;
} SV;