1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-23 03:54:27 +03:00
Files
mariadb/mysql-test/include
unknown bcb1ff7f48 This changeset belongs to the fix of Bug#735 Prepared Statements: there is no support for Query Cache
- Create "--ps-protocol" and no "--<whatever>-protocol" variants of the former tests
  t/grant_cache.test and t/query_cache_sql_prepare.test.
- Some additional subtest and fixes of bugs
- Minor improvements 


mysql-test/include/grant_cache.inc:
  - Rename mysql-test/t/grant_cache.test to include/grant_cache.inc
  - Toplevel scripts running variants of this test are
       t/grant_cache_ps_prot.test (runs only with "--ps-protocol")
       t/grant_cache_no_prot.test (skipped if any protocol is assigned)
  - Modifications to include/grant_cache.inc:
    - Minor improvements like replace --error <number> by --error <name>
    - enable that some subtests are run with "--ps-protocol"
mysql-test/include/query_cache_sql_prepare.inc:
  - Rename t/query_cache_sql_prepare.test to include/query_cache_sql_prepare.inc
  - Toplevel scripts running variants of this test are
       query_cache_ps_ps_prot.test (skipped if other protocol than --ps-protocol is used.)
       query_cache_ps_no_prot.test (skipped if --<whatever>-protocol is used)   
  - Modifications to include/query_cache_sql_prepare.inc:
  - Minor improvements like add drop table
  - Add tests checking that 
    - another connection gets the same amount of QC hits
    - statements running via ps-protocol do not hit QC results of preceding sql EXECUTEs
mysql-test/r/grant_cache_no_prot.result:
  Updated result
mysql-test/r/query_cache_ps_no_prot.result:
  Updated result
tests/mysql_client_test.c:
  - correct wrong sized "for" loop
  - add some missing tests of query cache hit numbers
mysql-test/r/grant_cache_ps_prot.result:
  New BitKeeper file ``mysql-test/r/grant_cache_ps_prot.result''
mysql-test/r/query_cache_ps_ps_prot.result:
  New BitKeeper file ``mysql-test/r/query_cache_ps_ps_prot.result''
mysql-test/t/grant_cache_no_prot.test:
  Variant of the test grant_cache to be run without any "--<whatever>-protocol"
mysql-test/t/grant_cache_ps_prot.test:
  Variant of the test grant_cache to be run with "--ps-protocol" only
mysql-test/t/query_cache_ps_no_prot.test:
  Variant of the test query_cache_sql_prepare to be run without any "--<whatever>-protocol"
mysql-test/t/query_cache_ps_ps_prot.test:
  Variant of the test query_cache_sql_prepare to be run with "--ps-protocol" only
2007-05-24 22:13:49 +02:00
..
2003-08-28 06:08:17 +03:00
2006-08-16 14:58:49 +02:00
2005-07-06 17:16:22 +05:00
2006-08-16 14:58:49 +02:00
2006-09-19 13:58:12 -07:00
2006-09-19 13:58:12 -07:00
2005-05-05 10:36:17 -07:00
2003-01-28 08:38:28 +02:00
2006-09-19 13:58:12 -07:00
2004-06-20 19:11:02 +02:00
2006-09-19 13:58:12 -07:00
2006-09-19 13:58:12 -07:00
2005-07-22 21:06:02 +05:00
2006-09-19 13:58:12 -07:00
2006-01-12 19:51:02 +01:00
2007-01-16 09:38:09 +01:00
2003-12-25 20:11:01 +04:00
2006-09-13 15:37:35 -06:00
2006-04-12 15:56:29 +02:00
2007-02-19 15:31:55 +03:00
2006-12-22 13:57:33 +01:00
2006-02-16 16:33:46 +01:00
2007-04-10 18:01:29 +03:00
2006-01-12 19:51:02 +01:00
2004-12-13 21:00:43 +01:00
2007-01-22 18:42:52 +02:00
2006-08-16 19:29:49 +02:00
2006-08-16 19:29:49 +02:00
2006-11-20 22:42:06 +02:00
2006-12-11 11:44:03 -05:00
2006-08-16 14:58:49 +02:00
2007-01-22 18:42:52 +02:00