~ubuntu-branches/ubuntu/karmic/mysql-dfsg-5.1/karmic

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2009-06-25 12:55:45 UTC
  • mfrom: (0.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20090625125545-v27uqh8rlsj8uh2y
Tags: upstream-5.1.34
ImportĀ upstreamĀ versionĀ 5.1.34

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#
2
 
# Check if the variable MYSQL_BUG25714 is set
3
 
#
4
 
--require r/have_bug25714.require
5
 
disable_query_log;
6
 
eval select LENGTH('$MYSQL_BUG25714') > 0 as 'have_bug25714_exe';
7
 
enable_query_log;