We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 648d2da commit 015f69aCopy full SHA for 015f69a
client/mysql.cc
@@ -2018,11 +2018,13 @@ static int get_options(int argc, char **argv)
2018
return(0);
2019
}
2020
2021
+#ifdef USE_LIBEDIT_INTERFACE
2022
static inline void reset_prompt(char *in_string, bool *ml_comment) {
2023
glob_buffer.length(0);
2024
*ml_comment = false;
2025
*in_string = 0;
2026
2027
+#endif
2028
2029
static int read_and_execute(bool interactive)
2030
{
0 commit comments