mariadb/mysql-test/suite/funcs_1/t
Dearsh Oberoi afbad3b02b MDEV-38194 Correct classification of MASTER_SSL_VERIFY_SERVER_CERT
This patch removes MASTER_SSL_VERIFY_SERVER_CERT from the list
reserved_keyword_udt_not_param_type and adds it to
keyword_func_sp_var_and_label in the parser. All other MASTER_SSL_* keywords
are in this list.

This allows MASTER_SSL_VERIFY_SERVER_CERT to be used unquoted when directly
accessed via INFORMATION_SCHEMA.slave_status, as well as opens it up to be
used as names in other places, e.g. stored procedures.

Reviewed-by: Brandon Nesterenko <brandon.nesterenko@mariadb.com>
2026-01-06 13:33:16 +02:00
..
charset_collation.test MDEV-8334: Rename utf8 to utf8mb3 2021-05-19 06:48:36 +02:00
innodb_bitdata.test
innodb_cursors.test
innodb_func_view.test MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
innodb_storedproc_02.test
innodb_storedproc_03.test
innodb_storedproc_06.test MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
innodb_storedproc_07.test
innodb_storedproc_08.test MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
innodb_storedproc_10.test
innodb_trig_03.test MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
innodb_trig_03e.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
innodb_trig_08.test MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
innodb_trig_09.test
innodb_trig_0102.test
innodb_trig_0407.test MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
innodb_trig_1011ext.test
innodb_trig_frkey.test
innodb_views.test MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
is_basics_mixed.test cleanup: select ... into tests 2025-02-11 20:31:25 +01:00
is_character_sets.test un-disable a bunch of funcs_1 tests 2017-08-14 19:45:59 +02:00
is_check_constraints.test MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
is_cml_innodb.test
is_cml_memory.test
is_cml_myisam.test
is_coll_char_set_appl.test un-disable a bunch of funcs_1 tests 2017-08-14 19:45:59 +02:00
is_collations.test MDEV-28883 Re-design the upper level of handling UPDATE and DELETE statements 2023-03-15 17:35:22 -07:00
is_column_privileges.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
is_column_privileges_is_mysql_test.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
is_columns.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
is_columns_innodb.test MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
is_columns_is.test enable tests that were skipped because of have_xtradb 2016-12-29 13:23:49 +01:00
is_columns_is_embedded.test Fixed result for embedded server 2022-01-28 16:31:53 +02:00
is_columns_memory.test MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
is_columns_myisam.test MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
is_columns_myisam_embedded.test MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
is_columns_mysql.test MDEV-11943 I_S.TABLES inconsistencies with tables with unknown storage engine 2017-03-10 18:21:24 +01:00
is_columns_mysql_embedded.test Fixed result for embedded server 2022-01-28 16:31:53 +02:00
is_engines.test un-disable a bunch of funcs_1 tests 2017-08-14 19:45:59 +02:00
is_engines_archive.test
is_engines_blackhole.test
is_engines_csv.test
is_engines_federated.test Fix several buildot errors on Windows 2012-03-16 17:47:31 +01:00
is_engines_innodb.test Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
is_engines_memory.test
is_engines_merge.test
is_engines_myisam.test
is_events.test un-disable a bunch of funcs_1 tests 2017-08-14 19:45:59 +02:00
is_key_column_usage.test Fixing test cases 2012-08-23 00:32:25 +03:00
is_key_column_usage_embedded.test un-disable a bunch of funcs_1 tests 2017-08-14 19:45:59 +02:00
is_routines.test
is_routines_embedded.test un-disable a bunch of funcs_1 tests 2017-08-14 19:45:59 +02:00
is_schema_privileges.test MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
is_schema_privileges_is_mysql_test.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
is_schemata.test
is_schemata_embedded.test un-disable a bunch of funcs_1 tests 2017-08-14 19:45:59 +02:00
is_schemata_is_mysql_test.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
is_statistics.test MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
is_statistics_is.test
is_statistics_mysql.test Fixing test cases 2012-08-23 00:32:25 +03:00
is_statistics_mysql_embedded.test Fixing test cases 2012-08-23 00:32:25 +03:00
is_table_constraints.test MDEV-32500 Information schema leaks table names and structure to unauthorized users 2023-10-23 17:40:03 +02:00
is_table_constraints_is.test
is_table_constraints_mysql.test Fixing test cases 2012-08-23 00:32:25 +03:00
is_table_constraints_mysql_embedded.test Fixing test cases 2012-08-23 00:32:25 +03:00
is_table_privileges.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
is_tables.test
is_tables_embedded.test un-disable a bunch of funcs_1 tests 2017-08-14 19:45:59 +02:00
is_tables_innodb.test
is_tables_is.test remove PBXT 2013-08-30 11:25:49 +02:00
is_tables_is_embedded.test remove PBXT 2013-08-30 11:25:49 +02:00
is_tables_memory.test
is_tables_myisam.test
is_tables_myisam_embedded.test
is_tables_mysql.test Fixing test cases 2012-08-23 00:32:25 +03:00
is_tables_mysql_embedded.test Fixing test cases 2012-08-23 00:32:25 +03:00
is_triggers.test
is_triggers_embedded.test un-disable a bunch of funcs_1 tests 2017-08-14 19:45:59 +02:00
is_user_privileges.test MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
is_views.test
is_views_embedded.test un-disable a bunch of funcs_1 tests 2017-08-14 19:45:59 +02:00
memory_bitdata.test
memory_cursors.test
memory_func_view.test MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
memory_storedproc_02.test
memory_storedproc_03.test
memory_storedproc_06.test
memory_storedproc_07.test
memory_storedproc_08.test
memory_storedproc_10.test
memory_trig_03.test
memory_trig_03e.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
memory_trig_08.test
memory_trig_09.test
memory_trig_0102.test
memory_trig_0407.test
memory_trig_1011ext.test
memory_views.test MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
myisam_bitdata.test
myisam_cursors.test
myisam_func_view.test MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
myisam_storedproc_02.test
myisam_storedproc_03.test
myisam_storedproc_06.test
myisam_storedproc_07.test
myisam_storedproc_08.test
myisam_storedproc_10.test
myisam_trig_03.test
myisam_trig_03e.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
myisam_trig_08.test
myisam_trig_09.test
myisam_trig_0102.test
myisam_trig_0407.test
myisam_trig_1011ext.test
myisam_views-big.test Merge branch '11.4' into 11.8 2025-06-18 07:43:24 +02:00
processlist_priv_no_prot.test after-merge fixes 2015-06-16 23:55:56 +02:00
processlist_priv_ps.test
processlist_val_no_prot.test after-merge fixes 2015-06-16 23:55:56 +02:00
processlist_val_ps.test
row_count_func-master.opt
row_count_func.test cleanup: select ... into tests 2025-02-11 20:31:25 +01:00
storedproc.test MDEV-38194 Correct classification of MASTER_SSL_VERIFY_SERVER_CERT 2026-01-06 13:33:16 +02:00