~ubuntu-branches/ubuntu/precise/mysql-5.5/precise-proposed

« back to all changes in this revision

Viewing changes to mysql-test/suite/rpl/t/rpl_create_tmp_table_if_not_exists.test

  • Committer: Package Import Robot
  • Author(s): Dave Chiluk, Eduardo Damato
  • Date: 2014-01-21 13:11:07 UTC
  • mfrom: (18.1.6 precise-security)
  • Revision ID: package-import@ubuntu.com-20140121131107-qhekpz3u84b1lkem
Tags: 5.5.35-0ubuntu0.12.04.2
[ Eduardo Damato ]
Fix upstart script to account for datadir disk shortage (LP: #1121874)

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
CREATE TEMPORARY TABLE IF NOT EXISTS tmp2 SELECT * FROM tmp;
39
39
source include/show_binlog_events.inc;
40
40
 
 
41
DROP TEMPORARY TABLE tmp;
 
42
DROP TEMPORARY TABLE tmp1;
 
43
DROP TEMPORARY TABLE tmp2;
 
44
 
41
45
--source include/rpl_end.inc