MyDump BackupQuery long string problem
Posted: Tue 28 Nov 2017 18:39
Hi,
I have problem with restoring mysql table with generated columns, so as a workaround, I dump schema table and data in separate sql script files. the data file contain all columns but not generated ones.
schema file is successfully restored,
data file can be restored only if tmpsql string query parameter is not too long, otherwise it freeze.
i tried either with
and
thanks in advance for your kind help.
I have problem with restoring mysql table with generated columns, so as a workaround, I dump schema table and data in separate sql script files. the data file contain all columns but not generated ones.
schema file is successfully restored,
data file can be restored only if tmpsql string query parameter is not too long, otherwise it freeze.
i tried either with
Code: Select all
TMyDump1.BackupQuery(tmpsql)
Code: Select all
TMyDump1.BackupToFile('c:\table.sql',tmpsql)