~hingo/sysbench/mariadb-tests

« back to all changes in this revision

Viewing changes to sysbench/tests/mariadb/kv-xml.lua

  • Committer: Henrik Ingo
  • Date: 2010-10-31 20:42:29 UTC
  • Revision ID: henrik.ingo@avoinelama.fi-20101031204229-muos8arab77pbiei
More tests that are permutations of the previous ones. Uncover interesting results.

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
   set_vars()
95
95
   
96
96
   stmt = db_prepare([[
97
 
                           SELECT doc FROM sbtest WHERE id = ?
 
97
                           SELECT SQL_NO_CACHE doc FROM sbtest WHERE id = ?
98
98
                     ]])
99
99
   params = {0}
100
100
   db_bind_param(stmt, params)