GIF89a;
| Direktori : /usr/share/mysql-test/include/ |
| Current File : //usr/share/mysql-test/include/Load_data.inc |
--echo ===============
--echo Load the data
--echo ===============
SET @col_1 = repeat('a', 10);
while ($i) {
eval INSERT INTO $table
VALUES (@col_1);
dec $i;
}
commit;