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

« back to all changes in this revision

Viewing changes to mysql-test/t/not_embedded_server.test

  • 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:
39
39
--error ER_TABLE_NOT_LOCKED
40
40
FLUSH PRIVILEGES;
41
41
UNLOCK TABLES;
 
42
FLUSH PRIVILEGES;
42
43
DROP TABLE t1;
43
44
 
44
45
--echo #