diff options
author | Olivier Bertrand <bertrandop@gmail.com> | 2021-07-24 18:31:59 +0200 |
---|---|---|
committer | Olivier Bertrand <bertrandop@gmail.com> | 2021-07-24 18:31:59 +0200 |
commit | fc98a6d54a7d72865f8f3e580af588bb6ac5fd57 (patch) | |
tree | a887453c303b2a9822d7f9c1da934fbcae784a34 /storage | |
parent | 5049887c8d425508ad9ceaba18f34a55941337c3 (diff) | |
download | mariadb-git-fc98a6d54a7d72865f8f3e580af588bb6ac5fd57.tar.gz |
Fix compile error for centos 74 Modified taboccur.cpp
Diffstat (limited to 'storage')
-rw-r--r-- | storage/connect/taboccur.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/connect/taboccur.cpp b/storage/connect/taboccur.cpp index c63972ec7ab..28270e77fd9 100644 --- a/storage/connect/taboccur.cpp +++ b/storage/connect/taboccur.cpp @@ -49,6 +49,8 @@ #include "tabmysql.h" #include "ha_connect.h" +int PrepareColist(char *colist); + /***********************************************************************/ /* Prepare and count columns in the column list. */ /***********************************************************************/ |