~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/tests/r/transaction_log_loaddata.result

  • Committer: patrick crews
  • Date: 2010-10-26 01:31:08 UTC
  • mfrom: (1878.7.1 drizzle)
  • mto: (1902.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1903.
  • Revision ID: gleebix@gmail.com-20101026013108-t2c3nokk4k8a7sxk
Updated tests to use variable vardir rather than a hard-coded one

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SET GLOBAL transaction_log_truncate_debug= true;
 
2
 
1
3
Testing basic LOAD DATA 
2
4
DROP TABLE IF EXISTS t1;
3
5
CREATE TABLE t1 (a INT NOT NULL AUTO_INCREMENT, b CHAR(50), PRIMARY KEY(a) );
4
 
LOAD DATA INFILE '../../std_data_ln/translogloaddata.dat' into table t1 ;
 
6
LOAD DATA INFILE 'DRIZZLETEST_VARDIR/std_data_ln/translogloaddata.dat' into table t1 ;
5
7
# check transaction_log
6
8
SELECT * FROM DATA_DICTIONARY.TRANSACTION_LOG;
7
9
FILE_NAME       FILE_LENGTH     NUM_LOG_ENTRIES NUM_TRANSACTIONS        MIN_TRANSACTION_ID      MAX_TRANSACTION_ID      MIN_END_TIMESTAMP       MAX_END_TIMESTAMP       INDEX_SIZE_IN_BYTES