mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
merge
This commit is contained in:
commit
6484f5a11f
2 changed files with 3 additions and 1 deletions
|
@ -1112,7 +1112,7 @@ static int underflow(register MARIA_HA *info, MARIA_KEYDEF *keyinfo,
|
|||
MARIA_KEY_PARAM anc_key_inserted;
|
||||
size_t tmp_length;
|
||||
|
||||
if (first_key)
|
||||
if (keypos == anc_buff + share->keypage_header + key_reflength)
|
||||
anc_pos= 0; /* First key */
|
||||
else
|
||||
{
|
||||
|
|
|
@ -443,6 +443,8 @@ static void usage(void)
|
|||
#endif
|
||||
printf(", they will be used\n\
|
||||
in a round-robin fashion.\n\
|
||||
--require-control-file Abort if we can't find/read the maria_log_control\n\
|
||||
file\n\
|
||||
-s, --silent Only print errors. One can use two -s to make\n\
|
||||
maria_chk very silent.\n\
|
||||
-v, --verbose Print more information. This can be used with\n\
|
||||
|
|
Loading…
Reference in a new issue