~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2010-03-17 14:56:02 UTC
  • Revision ID: james.westby@ubuntu.com-20100317145602-x7e30l1b2sb5s6w6
Tags: upstream-5.1.45
ImportĀ upstreamĀ versionĀ 5.1.45

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# include/ps_ddl_1.inc 
 
2
#
 
3
# Auxiliary script to be used in ps_ddl.test
 
4
#
 
5
 
 
6
prepare stmt_sf from 'select f_12093();';
 
7
prepare stmt_sp from 'call p_12093(f_12093())';
 
8
execute stmt_sf;
 
9
execute stmt_sp;
 
10
 
 
11
connection con1;
 
12
eval $my_drop;
 
13
#
 
14
connection default;
 
15
--echo # XXX: used to be a bug
 
16
execute stmt_sf;
 
17
--echo # XXX: used to be a bug
 
18
execute stmt_sp;
 
19
#
 
20
--echo # XXX: used to be a bug
 
21
execute stmt_sf;
 
22
--echo # XXX: used to be a bug
 
23
execute stmt_sp;
 
24
 
 
25
connection default;