diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2019-09-25 10:14:33 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2019-09-25 10:14:33 +0300 |
commit | d3350c160a7a884e97a5e4a696432230c13d53e0 (patch) | |
tree | f7f5c35737b4c87dcfac73f7547d0d2321276be9 /storage/myisam/mi_locking.c | |
parent | a39c4b5f9f7f4d2766f1ddb9487de27259e804a1 (diff) | |
parent | b6bb64e54a3e34a20cda34e25b6ec62a097955ef (diff) | |
download | mariadb-git-d3350c160a7a884e97a5e4a696432230c13d53e0.tar.gz |
Merge 10.3 into 10.4
Diffstat (limited to 'storage/myisam/mi_locking.c')
-rw-r--r-- | storage/myisam/mi_locking.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/myisam/mi_locking.c b/storage/myisam/mi_locking.c index 3e72726ff25..713ba0a3851 100644 --- a/storage/myisam/mi_locking.c +++ b/storage/myisam/mi_locking.c @@ -448,7 +448,7 @@ my_bool mi_check_status(void *param) @param org_table @param new_table that should point on org_lock. new_table is 0 - in case this is the first occurence of the table in the lock + in case this is the first occurrence of the table in the lock structure. */ |