1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

remove Feature_into_old_syntax

it doesn't provide any information we'll use.
No matter what the value is, we don't remove the non-standard
syntax unless we have to
This commit is contained in:
Sergei Golubchik
2023-01-03 12:00:17 +01:00
committed by Monty
parent 7e465aeb3a
commit affab99c2f
4 changed files with 2 additions and 6 deletions

View File

@@ -968,7 +968,6 @@ typedef struct system_status_var
ulong feature_window_functions; /* +1 when window functions are used */
ulong feature_into_outfile; /* +1 when INTO OUTFILE is used */
ulong feature_into_variable; /* +1 when INTO VARIABLE is used */
ulong feature_into_old_syntax; /* +1 when INTO is used with old syntax*/
/* From MASTER_GTID_WAIT usage */
ulong master_gtid_wait_timeouts; /* Number of timeouts */