mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 19:11:46 +01:00
Merge mysql-5.1-innodb to mysql-5.5-innodb.
This commit is contained in:
commit
515c24480e
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
Reference in a new issue