Do not report ERROR when sample rate equals 100
This commit is contained in:
@ -54,7 +54,6 @@ static const NonReservedKeyword Mysql_none_reserved_keywords[] =
|
||||
{"asc", ASC},
|
||||
{"asensitive", ASENSITIVE},
|
||||
{"ascii", ASCII},
|
||||
{"asynchronous", ASYNCHRONOUS},
|
||||
{"at", AT},
|
||||
{"authors", AUTHORS},
|
||||
{"auto", AUTO},
|
||||
@ -137,7 +136,6 @@ static const NonReservedKeyword Mysql_none_reserved_keywords[] =
|
||||
{"commit", COMMIT},
|
||||
{"committed", COMMITTED},
|
||||
{"compact", COMPACT},
|
||||
{"complete", COMPLETE},
|
||||
{"completion", COMPLETION},
|
||||
{"compressed", COMPRESSED},
|
||||
{"compression", COMPRESSION},
|
||||
@ -200,7 +198,6 @@ static const NonReservedKeyword Mysql_none_reserved_keywords[] =
|
||||
{"decryption", DECRYPTION},
|
||||
{"default", DEFAULT},
|
||||
{"default_auth", DEFAULT_AUTH},
|
||||
{"default_lob_inrow_threshold", DEFAULT_LOB_INROW_THRESHOLD},
|
||||
{"definer", DEFINER},
|
||||
{"delay", DELAY},
|
||||
{"delayed", DELAYED},
|
||||
@ -209,7 +206,6 @@ static const NonReservedKeyword Mysql_none_reserved_keywords[] =
|
||||
{"depth", DEPTH},
|
||||
{"des_key_file", DES_KEY_FILE},
|
||||
{"destination", DESTINATION},
|
||||
{"demand", DEMAND},
|
||||
{"desc", DESC},
|
||||
{"describe", DESCRIBE},
|
||||
{"description", DESCRIPTION},
|
||||
@ -265,7 +261,6 @@ static const NonReservedKeyword Mysql_none_reserved_keywords[] =
|
||||
{"every", EVERY},
|
||||
{"except", EXCEPT},
|
||||
{"exchange", EXCHANGE},
|
||||
{"excluding", EXCLUDING},
|
||||
{"execute", EXECUTE},
|
||||
{"exists", EXISTS},
|
||||
{"exit", EXIT},
|
||||
@ -348,7 +343,6 @@ static const NonReservedKeyword Mysql_none_reserved_keywords[] =
|
||||
{"if", IF},
|
||||
{"ignore", IGNORE},
|
||||
{"ignore_server_ids", IGNORE_SERVER_IDS},
|
||||
{"immediate", IMMEDIATE},
|
||||
{"import", IMPORT},
|
||||
{"in", IN},
|
||||
{"incr", INCR},
|
||||
@ -376,7 +370,6 @@ static const NonReservedKeyword Mysql_none_reserved_keywords[] =
|
||||
{"insert", INSERT},
|
||||
{"integer", INTEGER},
|
||||
{"into", INTO},
|
||||
{"including", INCLUDING},
|
||||
{"intersect", INTERSECT},
|
||||
{"invisible", INVISIBLE},
|
||||
{"invoker", INVOKER},
|
||||
@ -436,7 +429,6 @@ static const NonReservedKeyword Mysql_none_reserved_keywords[] =
|
||||
{"listagg", LISTAGG},
|
||||
{"load", LOAD},
|
||||
{"ln", LN},
|
||||
{"lob_inrow_threshold", LOB_INROW_THRESHOLD},
|
||||
{"local", LOCAL},
|
||||
{"locality", LOCALITY},
|
||||
{"localtime", LOCALTIME},
|
||||
@ -544,7 +536,6 @@ static const NonReservedKeyword Mysql_none_reserved_keywords[] =
|
||||
{"ndbcluster", NDBCLUSTER},
|
||||
{"nested", NESTED},
|
||||
{"new", NEW},
|
||||
{"never", NEVER},
|
||||
{"next", NEXT},
|
||||
{"no", NO},
|
||||
{"no_write_to_binlog", NO_WRITE_TO_BINLOG},
|
||||
@ -573,7 +564,6 @@ static const NonReservedKeyword Mysql_none_reserved_keywords[] =
|
||||
{"ntile", NTILE},
|
||||
{"nth_value", NTH_VALUE},
|
||||
{"obconfig_url", OBCONFIG_URL},
|
||||
{"object", OBJECT},
|
||||
{"of", OF},
|
||||
{"off", OFF},
|
||||
{"offset", OFFSET},
|
||||
@ -729,7 +719,6 @@ static const NonReservedKeyword Mysql_none_reserved_keywords[] =
|
||||
{"rotate", ROTATE},
|
||||
{"routine", ROUTINE},
|
||||
{"row", ROW},
|
||||
{"rowid", ROWID},
|
||||
{"row_count", ROW_COUNT},
|
||||
{"row_format", ROW_FORMAT},
|
||||
{"row_number", ROW_NUMBER},
|
||||
@ -809,7 +798,6 @@ static const NonReservedKeyword Mysql_none_reserved_keywords[] =
|
||||
{"sql_buffer_result", SQL_BUFFER_RESULT},
|
||||
{"sql_cache", SQL_CACHE},
|
||||
{"sql_id", SQL_ID},
|
||||
{"schema_id", SCHEMA_ID},
|
||||
{"sql_no_cache", SQL_NO_CACHE},
|
||||
{"sql_thread", SQL_THREAD},
|
||||
{"sql_tsi_day", SQL_TSI_DAY},
|
||||
@ -855,12 +843,10 @@ static const NonReservedKeyword Mysql_none_reserved_keywords[] =
|
||||
{"super", SUPER},
|
||||
{"suspend", SUSPEND},
|
||||
{"successful", SUCCESSFUL},
|
||||
{"synchronous", SYNCHRONOUS},
|
||||
{"synchronization", SYNCHRONIZATION},
|
||||
{"sysdate", SYSDATE},
|
||||
{"system", SYSTEM},
|
||||
{"system_user", SYSTEM_USER},
|
||||
{"statement", STATEMENT},
|
||||
{"swaps", SWAPS},
|
||||
{"switch", SWITCH},
|
||||
{"switches", SWITCHES},
|
||||
@ -1014,8 +1000,6 @@ static const NonReservedKeyword Mysql_none_reserved_keywords[] =
|
||||
{"statement_id", STATEMENT_ID},
|
||||
{"TTL", TTL},
|
||||
{"kv_attributes", KV_ATTRIBUTES},
|
||||
{"RESOURCE_POOL", RESOURCE_POOL},
|
||||
{"clone", CLONE},
|
||||
};
|
||||
|
||||
/** https://dev.mysql.com/doc/refman/5.7/en/sql-syntax-prepared-statements.html
|
||||
|
||||
Reference in New Issue
Block a user