~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/slave/tests/t/basic.test

  • Committer: Brian Aker
  • Date: 2011-03-14 06:49:53 UTC
  • mfrom: (2232.1.2 dbqp_ld_preload_fix)
  • Revision ID: brian@tangent.org-20110314064953-73hw2ef0ej1e9td3
Merge in pcrews.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
CREATE TABLE t1 (a int not null auto_increment, primary key(a));
8
8
INSERT INTO t1 VALUES (),(),();
9
9
SELECT * FROM t1;
10
 
 
 
10
# We wait a bit for the slave
 
11
# Might need a proper include file / test later
 
12
--sleep 3 
11
13
--echo Connecting to slave...
12
14
connect (slave_con,127.0.0.1,root,,test, $TESTBOT0_SERVER1);
13
15
echo Using connection slave_con...;