MySQL 5.6.14 Source Code Document
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
innodb_load_data.inc
1
--echo ===============
2
--echo Load the data
3
--echo ===============
4
5
SET @col_1 = repeat(
'a'
, 100);
6
SET @col_2 = repeat(
'b'
, 100);
7
SET @col_3 = repeat(
'c'
, 100);
8
SET @col_4 = repeat(
'd'
, 100);
9
SET @col_5 = repeat(
'e'
, 100);
10
SET @col_6 = repeat(
'f'
, 100);
11
SET @col_7 = repeat(
'g'
, 100);
12
SET @col_8 = repeat(
'h'
, 100);
13
SET @col_9 = repeat(
'i'
, 100);
14
15
while
($i) {
16
17
eval INSERT INTO tab5
18
VALUES (@col_1,@col_2,@col_3,@col_4,@cl_5,@col_6,@col_7,@col_8,@col_9);
19
dec $i;
20
}
21
commit;
mysql-test
suite
innodb
include
innodb_load_data.inc
Generated on Sat Nov 9 2013 01:25:04 for MySQL 5.6.14 Source Code Document by
1.8.1.2