~ubuntu-branches/ubuntu/wily/mysql-5.6/wily

« back to all changes in this revision

Viewing changes to mysql-test/suite/rpl/r/rpl_tmp_table_and_DDL.result

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2015-07-21 07:09:29 UTC
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: package-import@ubuntu.com-20150721070929-mg4dpqkgg3it1ajf
Tags: upstream-5.6.25
ImportĀ upstreamĀ versionĀ 5.6.25

Show diffs side-by-side

added added

removed removed

Lines of Context:
186
186
ERROR HY000: Table 'user' was not locked with LOCK TABLES
187
187
INSERT INTO t2 VALUES ("DROP USER test_3@localhost with table locked");
188
188
UNLOCK TABLE;
 
189
CREATE DATABASE db;
 
190
CREATE TABLE db.t1 LIKE t2;
 
191
CREATE TABLE t3 LIKE t2;
 
192
DROP TABLE t3;
 
193
DROP DATABASE db;
189
194
DROP USER test_3@localhost;
190
195
DROP FUNCTION f2;
191
196
DROP PROCEDURE p2;