summaryrefslogtreecommitdiff
path: root/include/myisam.h
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2020-02-07 08:51:20 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2020-02-07 08:51:20 +0200
commit8b6cfda631253c805687d94f2f1aaa17fd2ef0e2 (patch)
tree9460953eeb7967bc56383bccc8c7af2adf81a694 /include/myisam.h
parent8b97eba31ba3b8af6a93b4836b14d52e1c377900 (diff)
parentc1eaa385ffb44bdf6264d2cc4b4cc0e10284c88a (diff)
downloadmariadb-git-8b6cfda631253c805687d94f2f1aaa17fd2ef0e2.tar.gz
Merge 10.4 into 10.5
Diffstat (limited to 'include/myisam.h')
-rw-r--r--include/myisam.h1
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
}