Error while export
| User, date | Message |
|---|---|
|
Written by sergtop
3 years ago Category: General 50 posts since Mon, 23 Nov 09 |
I`m trying to export appr. 300mb database. one of the tables is 280000 rows. While dumping this table program makes several iterations - 88413 rows per iteration. the first iteration makes correct dump (tested on export to other db), but the second one generates not correct sql, and so export of this table fails. generated on first iteration INSERT INTO `view` (`id`, `add_info`) VALUES (87987, ''); generated on second iteration INSERT INTO `view` (`id`, `add_info`) VALUES (`id`, `add_info`) VALUES (88420, ''); |
|
Written by sergtop
3 years ago 50 posts since Mon, 23 Nov 09 |
seems that this error is in tabletools.pas near 1090 - 1103. could you please fix it, as it is impossible to dump\copy tables larger then 100mb |
|
Written by ansgar
3 years ago 3950 posts since Fri, 07 Apr 06 |
Done. Thanks for the report. |
|
Please login to leave a reply, or register at first. |