diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2020-02-07 08:51:20 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2020-02-07 08:51:20 +0200 |
commit | 8b6cfda631253c805687d94f2f1aaa17fd2ef0e2 (patch) | |
tree | 9460953eeb7967bc56383bccc8c7af2adf81a694 /include/myisam.h | |
parent | 8b97eba31ba3b8af6a93b4836b14d52e1c377900 (diff) | |
parent | c1eaa385ffb44bdf6264d2cc4b4cc0e10284c88a (diff) | |
download | mariadb-git-8b6cfda631253c805687d94f2f1aaa17fd2ef0e2.tar.gz |
Merge 10.4 into 10.5
Diffstat (limited to 'include/myisam.h')
-rw-r--r-- | include/myisam.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/myisam.h b/include/myisam.h index d283712a1e0..dfd5676a4d8 100644 --- a/include/myisam.h +++ b/include/myisam.h @@ -432,6 +432,7 @@ int sort_ft_buf_flush(MI_SORT_PARAM *sort_param); int thr_write_keys(MI_SORT_PARAM *sort_param); int sort_write_record(MI_SORT_PARAM *sort_param); int _create_index_by_sort(MI_SORT_PARAM *info,my_bool no_messages, ulonglong); +my_bool mi_too_big_key_for_sort(MI_KEYDEF *key, ha_rows rows); #ifdef __cplusplus } |