~ubuntu-branches/ubuntu/trusty/mariadb-5.5/trusty-proposed

« back to all changes in this revision

Viewing changes to mysql-test/t/perror-win.test

  • Committer: Package Import Robot
  • Author(s): Otto Kekäläinen
  • Date: 2013-12-22 10:27:05 UTC
  • Revision ID: package-import@ubuntu.com-20131222102705-mndw7s12mz0szrcn
Tags: upstream-5.5.32
Import upstream version 5.5.32

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Windows-specific tests
 
2
--source include/windows.inc
 
3
--require r/have_perror.require
 
4
disable_query_log;
 
5
eval select LENGTH("$MY_PERROR") > 0 as "have_perror";
 
6
enable_query_log;
 
7
 
 
8
 
 
9
--exec $MY_PERROR 150 2>&1
 
10
--exec $MY_PERROR 23 2>&1
 
11
--exec $MY_PERROR 1062 2>&1
 
12
--error 1
 
13
--exec $MY_PERROR 30000 2>&1
 
14