~stewart/drizzle/embedded-innodb-create-select-transaction-arrgh

« back to all changes in this revision

Viewing changes to mysql-test/include/check_var_limit.inc

  • Committer: brian
  • Date: 2008-06-25 05:29:13 UTC
  • Revision ID: brian@localhost.localdomain-20080625052913-6upwo0jsrl4lnapl
clean slate

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Check that second part of $LIMIT is between $MIN_LIMIT and $MAX_LIMIT
 
3
# This is useful to check that a variable from SHOW_VARIABLES is within
 
4
# certain limits. Check query_cache_merge.test for an example of using this.
 
5
#
 
6
-- require r/check_var_limit.require
 
7
disable_query_log;
 
8
eval select SUBSTRING_INDEX("$LIMIT", "\\t", -1) BETWEEN $MIN_LIMIT AND $MAX_LIMIT as "limit";
 
9
enable_query_log;