Bug #46260 | Importing dump file created with 5.1 to 5.4 hangs, with no errors | ||
---|---|---|---|
Submitted: | 17 Jul 2009 10:34 | Modified: | 17 Aug 2009 12:02 |
Reporter: | Nidhi Shrotriya | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server: General | Severity: | S3 (Non-critical) |
Version: | 5.4 | OS: | Linux (Ubuntu) |
Assigned to: | CPU Architecture: | Any |
[17 Jul 2009 10:34]
Nidhi Shrotriya
[17 Jul 2009 10:49]
Nidhi Shrotriya
File uploaded to ftp://ftp.mysql.com/pub/mysql/upload/ as dump.tmp-bug46260.gz
[17 Jul 2009 12:02]
Valeriy Kravchuk
Sorry, but I was not able to repeat this with recent mysql-azalea from bzr. I had started server as (quote from fc -l): 989 rm var/ib_logfile* ... 995 cd /home2/openxs/dbs/azalea/ 996 bin/mysqladmin -uroot shutdown 997 bin/mysqld_safe --max_allowed_packet=256M --default-character-set=utf8 --innodb_log_file_size=64M & and then: openxs@suse:/home2/openxs/dbs/azalea> bin/mysql -uroot < /home2/openxs/dump.tmp-bug46260 openxs@suse:/home2/openxs/dbs/azalea> echo $? 0 openxs@suse:/home2/openxs/dbs/azalea> tail var/suse.err 091022 22:16:51 [Note] /home2/openxs/dbs/azalea/libexec/mysqld: Shutdown complete 091022 22:16:51 mysqld_safe mysqld from pid file /home2/openxs/dbs/azalea/var/suse.pid ended 091022 22:17:36 mysqld_safe Starting mysqld daemon with databases from /home2/openxs/dbs/azalea/var 091022 22:17:36 [Note] Plugin 'FEDERATED' is disabled. 091022 22:17:36 [Note] Plugin 'ndbcluster' is disabled. 091022 22:17:36 InnoDB: Started; log sequence number 0 70354956 091022 22:17:36 [Note] Event Scheduler: Loaded 7 events 091022 22:17:36 [Note] /home2/openxs/dbs/azalea/libexec/mysqld: ready for connections. Version: '5.4.4-alpha-debug' socket: '/tmp/mysql.sock' port: 3306 Source distribution As far as I can see, data were loaded successfully and fast enough: mysql> show databases; +----------------------+ | Database | +----------------------+ | information_schema | | downgrade_drop_me_db | | ev_db1 | | mysql | | privdb | | procdb | | test | | trigdb | | trigdb2 | | typesdb | | upgrade_drop_me_db | | viewdb | | viewtempdb | +----------------------+ 13 rows in set (0.02 sec) Please, check if this is actually related to mtr or other options used.
[17 Jul 2009 14:54]
MySQL Verification Team
I couldn't repeat too in Windows: Database changed ERROR 1298 (HY000) at line 4777 in file: 'c:\tmp\dump.tmp': Unknown or incorrect time zone: 'NULL' ERROR 1231 (42000) at line 4779 in file: 'c:\tmp\dump.tmp': Variable 'sql_mode' can't be set to the value of 'NULL' ERROR 1231 (42000) at line 4780 in file: 'c:\tmp\dump.tmp': Variable 'foreign_key_checks' can't be set to the value of 'NULL' ERROR 1231 (42000) at line 4781 in file: 'c:\tmp\dump.tmp': Variable 'unique_checks' can't be set to the value of 'NULL' ERROR 1231 (42000) at line 4782 in file: 'c:\tmp\dump.tmp': Variable 'character_set_client' can't be set to the value of 'NULL' Query OK, 0 rows affected (0.00 sec) ERROR 1231 (42000) at line 4784 in file: 'c:\tmp\dump.tmp': Variable 'collation_connection' can't be set to the value of 'NULL' ERROR 1231 (42000) at line 4785 in file: 'c:\tmp\dump.tmp': Variable 'sql_notes' can't be set to the value of 'NULL' mysql> show variables like "%version%"; +-------------------------+---------------------------+ | Variable_name | Value | +-------------------------+---------------------------+ | protocol_version | 10 | | version | 5.4.4-alpha-Win X64-debug | | version_comment | Source distribution | | version_compile_machine | unknown | | version_compile_os | Win64 | +-------------------------+---------------------------+ 5 rows in set (0.00 sec)
[17 Aug 2009 23:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".