-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MySQLBackup leaves out 'timestamp' column #81
Comments
Nope, this did not occur in my test. The timestamp column did appear in the dump.
The You can simply test it by executing:
If the timestamp column data occur in above select statement, then it will be included in the dump. |
The only possible way for this to occur is the timestamp data column is somehow not included in the I have performed a quick search at Google, it seems that I'm unable to search similar case that resembles your problem. You may try to provide more specific details. |
I have attached new files as a new extract using MySQL Data Export, and a new extract using C#. https://superuser.com/questions/1404754/mysqlbackup-leaves-out-timestamp-column Thanks in advance. Mario |
After finding the clues in above info that you've posted, I'm able to reproduce the bug. From the link (superuser.com) that you provided, I notice this
I got a clue that this might not happened on every version of Server. This problem did not happened at my local MySQL server v5.7.26. Then I tried on MySQL server v8.0.26, MySqlBackup.NET exported the following:
the timestamp column was ignored. Then, I tried the ordinary I'm now in the process of debugging MySqlBackup.NET to fix this problem. |
I have fixed the bug. You can try this out with the following source code. Thanks for reporting this bug. cheers :) |
New nuget package had released. You may visit the nuget site at the following: For MySql.Data.DLL PM> Install-Package MySqlBackup.NET For dotConnector Devart.Express.MySql PM> Install-Package MySqlBackup.Net.DevartExpress For MySqlConnector (MIT) PM> Install-Package MySqlBackup.NET.MySqlConnector |
Thanks for your quick solution. |
I use MySQLBackup to have a live backup of my MySQL-database but the TIMESTAMP-column simply disappeared in the backup.
Backup Test.zip
The text was updated successfully, but these errors were encountered: