~ubuntu-branches/ubuntu/karmic/mysql-dfsg-5.1/karmic

« back to all changes in this revision

Viewing changes to mysql-test/suite/funcs_1/r/myisam_trig_1011ext.result

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2009-06-25 12:55:45 UTC
  • mfrom: (0.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20090625125545-v27uqh8rlsj8uh2y
Tags: upstream-5.1.34
ImportĀ upstreamĀ versionĀ 5.1.34

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
Note    1265    Data truncated for column 'f150' at row 1
60
60
Note    1265    Data truncated for column 'f151' at row 1
61
61
Note    1265    Data truncated for column 'f152' at row 1
62
 
load data infile '<MYSQLTEST_VARDIR>/std_data_ln/funcs_1/memory_tb3.txt'
 
62
load data infile '<MYSQLTEST_VARDIR>/std_data/funcs_1/memory_tb3.txt'
63
63
into table tb3;
64
64
 
65
65
Testcase 3.5.10.1/2/3:
137
137
select @counter as 'Rows Loaded Before';
138
138
Rows Loaded Before
139
139
0
140
 
load data infile '<MYSQLTEST_VARDIR>/std_data_ln/funcs_1/t9.txt' into table tb_load;
 
140
load data infile '<MYSQLTEST_VARDIR>/std_data/funcs_1/t9.txt' into table tb_load;
141
141
select @counter as 'Rows Loaded After';
142
142
Rows Loaded After
143
143
10