Bug #10181 | mysqld.exe crash with an access violation after INSERT INTO mysql.host | ||
---|---|---|---|
Submitted: | 26 Apr 2005 15:50 | Modified: | 1 Jun 2005 3:21 |
Reporter: | MySQL-Front Team | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 5.0.4-beta | OS: | Windows (Windows XP) |
Assigned to: | Reggie Burnett | CPU Architecture: | Any |
[26 Apr 2005 15:50]
MySQL-Front Team
[26 Apr 2005 16:07]
MySQL Verification Team
I wasn't able to repeat with a server 5.0.5: c:\mysql\bin>mysql -uroot mysql Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 1 to server version: 5.0.5-beta-debug Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> INSERT INTO `mysql`.`host` SET Host='NewHost', Db=''; Query OK, 1 row affected (0.14 sec) mysql>
[26 Apr 2005 16:21]
MySQL-Front Team
Like mentioned maybe the bug occurs based on a problem with the tables. Seems you are not interessed to locate the bug. Because of this it's better we don't report bugs further more...
[26 Apr 2005 16:33]
MySQL Verification Team
Could you please provide the tables are you mentioned. Thanks in advance.
[26 Apr 2005 17:16]
MySQL-Front Team
... attached as requested.
[26 Apr 2005 18:46]
MySQL Verification Team
I wasn't able to repeat it again, however I needed to re-set the root password according instructions at: http://dev.mysql.com/doc/mysql/en/resetting-permissions.html could you please provide the original root password and your my.ini or my.cnf file. If I won't to repeat it then I will need your whole data directory. Thanks in advance.
[26 Apr 2005 18:59]
MySQL Verification Team
After shutdown the server and try to start it again I got the below output: c:\mysql\bin>mysqld-nt --standalone --console 050426 15:57:14 InnoDB: Started; log sequence number 0 43655 050426 15:57:14 InnoDB: Starting recovery for XA transactions... 050426 15:57:14 InnoDB: 0 transactions in prepared state after recovery 050426 15:57:14 [ERROR] mysqld-nt: Got signal 11. Aborting! 050426 15:57:14 [ERROR] Aborting 050426 15:57:14 InnoDB: Starting shutdown... 050426 15:57:16 [Note] mysqld-nt: Shutdown complete could you please verifiy it the same occurs on your side. Thanks in advance.
[26 Apr 2005 21:13]
MySQL-Front Team
I used mysqld.exe instead of mysqld-nt.
[26 Apr 2005 21:24]
MySQL-Front Team
050426 23:23:21 InnoDB: Started; log sequence number 0 213217474 050426 23:23:21 InnoDB: Starting recovery for XA transactions... 050426 23:23:21 InnoDB: 0 transactions in prepared state after recovery 050426 23:23:21 [ERROR] mysqld-nt.exe: Got signal 11. Aborting! 050426 23:23:21 [ERROR] Aborting 050426 23:23:21 InnoDB: Starting shutdown... 050426 23:23:23 [Note] mysqld-nt.exe: Shutdown complete
[27 Apr 2005 22:25]
MySQL Verification Team
This not happens on Linux. Verified on Slackware.
[27 Apr 2005 23:01]
Brian Aker
Miguel has said that this fails on linux.
[26 May 2005 22:31]
Reggie Burnett
patch is on 4.1 tree
[27 May 2005 19:24]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/internals/25363
[31 May 2005 16:39]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/internals/25410
[31 May 2005 20:56]
Reggie Burnett
Fixed in 5.0.7 and 4.1.13
[1 Jun 2005 3:21]
Paul DuBois
Noted in 4.1.13, 5.0.7 changelogs.