mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 09:04:29 +02:00
Merge mysql-5.1-innodb to mysql-5.5-innodb.
This commit is contained in:
commit
00e092cac4
1 changed files with 1 additions and 1 deletions
|
|
@ -1002,7 +1002,7 @@ rw_lock_debug_print(
|
|||
|
||||
rwt = info->lock_type;
|
||||
|
||||
fprintf(stderr, "Locked: thread %ld file %s line %ld ",
|
||||
fprintf(stderr, "Locked: thread %lu file %s line %lu ",
|
||||
(ulong) os_thread_pf(info->thread_id), info->file_name,
|
||||
(ulong) info->line);
|
||||
if (rwt == RW_LOCK_SHARED) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue