[MDEV-629] LP:832679 - InnoDB: Error: row_search_for_mysql() is called without ha_innobase::external_lock() Created: 2011-09-07 Updated: 2017-11-05 Resolved: 2017-11-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 5.1.67, 5.2.14, 5.3.12 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Anton (Inactive) | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | Launchpad, xtradb | ||
| Attachments: |
|
| Description |
|
The error is noticed on rhel5 rpms x86_64 Percona versions 5.1.54, 5.1.57 and 5.1.58 The SQL script itself runs without errors or warnings but .err file is loaded with error messages |
| Comments |
| Comment by Anton (Inactive) [ 2011-08-24 ] |
|
Re: InnoDB: Error: row_search_for_mysql() is called without ha_innobase::external_lock() DROP TEMPORARY TABLE IF EXISTS TMP_VIEW; CREATE TABLE VIEW ( LOCK TABLES VIEW WRITE; DELETE FROM VIEW; UNLOCK TABLES; |
| Comment by Rasmus Johansson (Inactive) [ 2011-08-26 ] |
|
Re: InnoDB: Error: row_search_for_mysql() is called without ha_innobase::external_lock() main.percona_misc_row_search_error [ fail ] Found warnings/errors in server log file! Test ended at 2011-08-26 05:41:06 line InnoDB: Error: row_search_for_mysql() is called without ha_innobase::external_lock() ^ Found warnings in /root/5.1/Percona-Server-5.1.58-rel12.9/mysql-test/var/log/mysqld.1.err ok |
| Comment by Joe Julian (Inactive) [ 2011-09-07 ] |
|
Re: InnoDB: Error: row_search_for_mysql() is called without ha_innobase::external_lock() |
| Comment by Rasmus Johansson (Inactive) [ 2012-06-25 ] |
|
Launchpad bug id: 832679 |
| Comment by Elena Stepanova [ 2017-11-05 ] |
|
Closing as there is no evidence it was observed in 5.5+, and previous versions are EOL-ed. |