mariadb/mysql-test/suite/funcs_1/t
Guilhem Bichot cffc4bd90b Fixes to tests and their results, to account for differences between InnoDB 1.0.4 and the old builtin.
All committed result differences have either been verified by me or copied from Oracle's provided
results (storage/innodb_plugin/mysql-test/*.result, storage/innodb_plugin/mysql-test/patches).

mysql-test/r/information_schema.result:
  queries changed a bit
mysql-test/r/information_schema_db.result:
  queries changed a bit
mysql-test/r/innodb-autoinc.result:
  importing piece from storage/innodb_plugin/mysql-test/innodb-autoinc.result
mysql-test/r/innodb.result:
  result close to storage/innodb_plugin/innodb.result, except 4095 pages instead of 8191, which makes
  sense as Summit runs with a buffer pool of 64M, whereas the mentioned result file was made with
  a buffer pool of 128M.
mysql-test/r/mysqlshow.result:
  InnoDB I_S tables have arrived
mysql-test/suite/funcs_1/r/is_columns_is.result:
  queries changed a bit
mysql-test/suite/funcs_1/r/is_columns_is_embedded.result:
  queries changed a bit
mysql-test/suite/funcs_1/r/is_tables_is.result:
  queries changed a bit
mysql-test/suite/funcs_1/t/is_columns_is.test:
  making I_S queries ignore InnoDB I_S tables
mysql-test/suite/funcs_1/t/is_columns_is_embedded.test:
  making I_S queries ignore InnoDB I_S tables
mysql-test/suite/funcs_1/t/is_tables_is.test:
  making I_S queries ignore InnoDB I_S tables
mysql-test/suite/innodb/r/innodb-zip.result:
  result update
mysql-test/suite/innodb/t/innodb-zip.test:
  439, as size of prefix key, throws error with certain system zlib (ubuntu
  "intrepid") but not with zlib bundled with MySQL, because zlib's
  compressBound() are different (and used by InnoDB's page_zip_empty_size()).
mysql-test/suite/sys_vars/r/innodb_file_per_table_basic.result:
  result update
mysql-test/suite/sys_vars/r/innodb_lock_wait_timeout_basic.result:
  result update
mysql-test/suite/sys_vars/r/innodb_sync_spin_loops_basic_32.result:
  result update (default value is 30 in the plugin, 20 in the builtin)
mysql-test/suite/sys_vars/r/innodb_sync_spin_loops_basic_64.result:
  result update (default value is 30 in the plugin, 20 in the builtin)
mysql-test/suite/sys_vars/r/table_definition_cache_basic.result:
  result update (default value is 400 in Summit)
mysql-test/suite/sys_vars/t/innodb_file_per_table_basic.test:
  variable is writable in the plugin (patch from Oracle)
mysql-test/suite/sys_vars/t/innodb_lock_wait_timeout_basic.test:
  variable is per-session in the plugin (patch from Oracle)
mysql-test/t/information_schema.test:
  making I_S queries ignore InnoDB I_S tables
mysql-test/t/information_schema_db.test:
  making I_S queries ignore InnoDB I_S tables
mysql-test/t/innodb-autoinc.test:
  importing piece from storage/innodb_plugin/mysql-test/innodb-autoinc.test
mysql-test/t/innodb.test:
  importing most of storage/innodb_plugin/t/innodb.test. Most replace_result were not needed (no path printed), some where (for --embedded).
mysql-test/t/mysqlshow.test:
  output of test now depends on InnoDB or not InnoDB. As there is no way to make mysqlshow
  produce a single output in those two cases (no way to make it exclude InnoDB I_S
  tables), let the test depend on InnoDB, it isn't a very selective condition, and the
  test is simple enough.
storage/innobase/CMakeLists.txt:
  thanks Vlad for the noticing () vs {}
2009-08-07 22:04:53 +02:00
..
charset_collation.test Fix for Bug#40545, Bug#40209, Bug#40618, Bug#38346 2009-06-19 17:04:25 +02:00
disabled.def Merge 5.0 -> 5.1 of fixes for various funcs_1 related bugs 2009-06-19 17:44:29 +02:00
innodb_bitdata.test WL#4203 Reorganize and fix the data dictionary tests of 2008-03-07 17:33:07 +01:00
innodb_cursors.test WL#4203 Reorganize and fix the data dictionary tests of 2008-03-07 17:33:07 +01:00
innodb_func_view.test copy from test-extra-5.0 to main tree 2007-02-06 19:07:48 +01:00
innodb_storedproc_02.test WL#4203 Reorganize and fix the data dictionary tests of 2008-03-07 17:33:07 +01:00
innodb_storedproc_03.test WL#4203 Reorganize and fix the data dictionary tests of 2008-03-07 17:33:07 +01:00
innodb_storedproc_06.test WL#4203 Reorganize and fix the data dictionary tests of 2008-03-07 17:33:07 +01:00
innodb_storedproc_07.test WL#4203 Reorganize and fix the data dictionary tests of 2008-03-07 17:33:07 +01:00
innodb_storedproc_08.test WL#4203 Reorganize and fix the data dictionary tests of 2008-03-07 17:33:07 +01:00
innodb_storedproc_10.test WL#4203 Reorganize and fix the data dictionary tests of 2008-03-07 17:33:07 +01:00
innodb_trig_03.test Bug#36788 Multiple funcs_1 'trig' tests are failing on vanilla builds 2008-06-02 21:57:11 +02:00
innodb_trig_03e.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
innodb_trig_08.test Bug#36788 Multiple funcs_1 'trig' tests are failing on vanilla builds 2008-06-02 21:57:11 +02:00
innodb_trig_09.test Bug#36788 Multiple funcs_1 'trig' tests are failing on vanilla builds 2008-06-02 21:57:11 +02:00
innodb_trig_0102.test Bug#36788 Multiple funcs_1 'trig' tests are failing on vanilla builds 2008-06-02 21:57:11 +02:00
innodb_trig_0407.test Bug#36788 Multiple funcs_1 'trig' tests are failing on vanilla builds 2008-06-02 21:57:11 +02:00
innodb_trig_1011ext.test Bug#36788 Multiple funcs_1 'trig' tests are failing on vanilla builds 2008-06-02 21:57:11 +02:00
innodb_trig_frkey.test Fix for 2008-06-16 20:39:58 +02:00
innodb_views.test WL#4203 Reorganize and fix the data dictionary tests of 2008-03-07 17:33:07 +01:00
is_basics_mixed.test Remove assignments of the $MASTER_MYSOCK variable. 2009-06-09 13:09:16 -03:00
is_character_sets.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
is_cml_innodb.test Fix for 2008-06-16 20:39:58 +02:00
is_cml_memory.test Fix for 2008-06-16 20:39:58 +02:00
is_cml_myisam.test Fix for 2008-06-16 20:39:58 +02:00
is_cml_ndb.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
is_coll_char_set_appl.test Fix for Bug#43383 main.variables-big : Weak testing code and result 2009-03-26 19:12:19 +01:00
is_collations.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
is_column_privileges.test Remove assignments of the $MASTER_MYSOCK variable. 2009-06-09 13:09:16 -03:00
is_column_privileges_is_mysql_test.test Remove assignments of the $MASTER_MYSOCK variable. 2009-06-09 13:09:16 -03:00
is_columns.test Remove assignments of the $MASTER_MYSOCK variable. 2009-06-09 13:09:16 -03:00
is_columns_innodb.test Fix for 2008-06-16 20:39:58 +02:00
is_columns_is.test Fixes to tests and their results, to account for differences between InnoDB 1.0.4 and the old builtin. 2009-08-07 22:04:53 +02:00
is_columns_is_embedded.test Fixes to tests and their results, to account for differences between InnoDB 1.0.4 and the old builtin. 2009-08-07 22:04:53 +02:00
is_columns_memory.test Fix for 2008-06-16 20:39:58 +02:00
is_columns_myisam.test Fix for 2008-06-16 20:39:58 +02:00
is_columns_myisam_embedded.test Bug#37380 - Test funcs_1.is_columns_myisam_embedded fails on OS X 2008-07-01 14:44:47 -04:00
is_columns_mysql.test Fix for 2008-06-16 20:39:58 +02:00
is_columns_mysql_embedded.test Fix for 2008-06-16 20:39:58 +02:00
is_columns_ndb.test Fix for 2008-06-16 20:39:58 +02:00
is_engines.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
is_engines_archive.test Post merge fixes after 2008-03-07 20:18:14 +01:00
is_engines_blackhole.test Post merge fixes after 2008-03-07 20:18:14 +01:00
is_engines_csv.test Post merge fixes after 2008-03-07 20:18:14 +01:00
is_engines_federated.test Rename std_data_ln to std_data. 2009-01-31 17:22:59 -02:00
is_engines_innodb.test Post merge fixes after 2008-03-07 20:18:14 +01:00
is_engines_memory.test Post merge fixes after 2008-03-07 20:18:14 +01:00
is_engines_merge.test Post merge fixes after 2008-03-07 20:18:14 +01:00
is_engines_myisam.test Post merge fixes after 2008-03-07 20:18:14 +01:00
is_engines_ndb.test Post merge fixes after 2008-03-07 20:18:14 +01:00
is_events.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
is_key_column_usage.test Fix for 2008-06-16 20:39:58 +02:00
is_key_column_usage_embedded.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
is_routines.test Fix for 2008-06-16 20:39:58 +02:00
is_routines_embedded.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
is_schema_privileges.test Remove assignments of the $MASTER_MYSOCK variable. 2009-06-09 13:09:16 -03:00
is_schema_privileges_is_mysql_test.test Remove assignments of the $MASTER_MYSOCK variable. 2009-06-09 13:09:16 -03:00
is_schemata.test Fix for 2008-06-16 20:39:58 +02:00
is_schemata_embedded.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
is_schemata_is_mysql_test.test Remove assignments of the $MASTER_MYSOCK variable. 2009-06-09 13:09:16 -03:00
is_statistics.test Remove assignments of the $MASTER_MYSOCK variable. 2009-06-09 13:09:16 -03:00
is_statistics_is.test WL#4203 Reorganize and fix the data dictionary tests of 2008-03-07 17:33:07 +01:00
is_statistics_mysql.test Fix for 2008-06-16 20:39:58 +02:00
is_statistics_mysql_embedded.test Fix for 2008-06-16 20:39:58 +02:00
is_table_constraints.test Remove assignments of the $MASTER_MYSOCK variable. 2009-06-09 13:09:16 -03:00
is_table_constraints_is.test WL#4203 Reorganize and fix the data dictionary tests of 2008-03-07 17:33:07 +01:00
is_table_constraints_mysql.test Fix for 2008-06-16 20:39:58 +02:00
is_table_constraints_mysql_embedded.test Fix for 2008-06-16 20:39:58 +02:00
is_table_privileges.test Remove assignments of the $MASTER_MYSOCK variable. 2009-06-09 13:09:16 -03:00
is_tables.test Fix for 2008-06-16 20:39:58 +02:00
is_tables_embedded.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
is_tables_innodb.test Fix for 2008-06-16 20:39:58 +02:00
is_tables_is.test Fixes to tests and their results, to account for differences between InnoDB 1.0.4 and the old builtin. 2009-08-07 22:04:53 +02:00
is_tables_memory.test Fix for 2008-06-16 20:39:58 +02:00
is_tables_myisam.test Fix for 2008-06-16 20:39:58 +02:00
is_tables_myisam_embedded.test Fix for 2008-06-16 20:39:58 +02:00
is_tables_mysql.test Fix for 2008-06-16 20:39:58 +02:00
is_tables_mysql_embedded.test Fix for 2008-06-16 20:39:58 +02:00
is_tables_ndb.test Fix for 2008-06-16 20:39:58 +02:00
is_triggers.test Fix for 2008-06-16 20:39:58 +02:00
is_triggers_embedded.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
is_user_privileges.test Remove assignments of the $MASTER_MYSOCK variable. 2009-06-09 13:09:16 -03:00
is_views.test Fix for 2008-06-16 20:39:58 +02:00
is_views_embedded.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
memory_bitdata.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
memory_cursors.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
memory_func_view.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
memory_storedproc_02.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
memory_storedproc_03.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
memory_storedproc_06.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
memory_storedproc_07.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
memory_storedproc_08.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
memory_storedproc_10.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
memory_trig_03.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
memory_trig_03e.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
memory_trig_08.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
memory_trig_09.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
memory_trig_0102.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
memory_trig_0407.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
memory_trig_1011ext.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
memory_views.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
myisam_bitdata.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
myisam_cursors.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
myisam_func_view.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
myisam_storedproc_02.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
myisam_storedproc_03.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
myisam_storedproc_06.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
myisam_storedproc_07.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
myisam_storedproc_08.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
myisam_storedproc_10.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
myisam_trig_03.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
myisam_trig_03e.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
myisam_trig_08.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
myisam_trig_09.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
myisam_trig_0102.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
myisam_trig_0407.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
myisam_trig_1011ext.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
myisam_views.test Don't run funcs_1/myisam_views test case under valgrind, unless 2009-06-09 11:36:14 -03:00
ndb_bitdata.test Post merge fix for 2008-03-12 12:56:07 +01:00
ndb_cursors.test Post merge fix for 2008-03-12 12:56:07 +01:00
ndb_func_view.test copy from test-extra-5.1 to main tree 2007-02-06 13:35:54 +01:00
ndb_storedproc_02.test copy from test-extra-5.1 to main tree 2007-02-06 13:35:54 +01:00
ndb_storedproc_03.test copy from test-extra-5.1 to main tree 2007-02-06 13:35:54 +01:00
ndb_storedproc_06.test copy from test-extra-5.1 to main tree 2007-02-06 13:35:54 +01:00
ndb_storedproc_07.test copy from test-extra-5.1 to main tree 2007-02-06 13:35:54 +01:00
ndb_storedproc_08.test copy from test-extra-5.1 to main tree 2007-02-06 13:35:54 +01:00
ndb_storedproc_10.test copy from test-extra-5.1 to main tree 2007-02-06 13:35:54 +01:00
ndb_trig_03.test Bug#36788 Multiple funcs_1 'trig' tests are failing on vanilla builds 2008-06-02 21:57:11 +02:00
ndb_trig_03e.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
ndb_trig_08.test Bug#36788 Multiple funcs_1 'trig' tests are failing on vanilla builds 2008-06-02 21:57:11 +02:00
ndb_trig_09.test Bug#36788 Multiple funcs_1 'trig' tests are failing on vanilla builds 2008-06-02 21:57:11 +02:00
ndb_trig_0102.test Bug#36788 Multiple funcs_1 'trig' tests are failing on vanilla builds 2008-06-02 21:57:11 +02:00
ndb_trig_0407.test Bug#36788 Multiple funcs_1 'trig' tests are failing on vanilla builds 2008-06-02 21:57:11 +02:00
ndb_trig_1011ext.test Bug#36788 Multiple funcs_1 'trig' tests are failing on vanilla builds 2008-06-02 21:57:11 +02:00
ndb_views.test Post merge fix for 2008-04-01 13:18:31 +02:00
processlist_priv_no_prot.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
processlist_priv_ps.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
processlist_val_no_prot.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
processlist_val_ps.test 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
storedproc.test Bug#37746: Arithmetic range ("int") is smaller than expected 2009-07-07 10:19:38 -04:00
suite.opt Post merge fix for 2008-04-01 13:18:31 +02:00