diff options
author | Sergei Golubchik <serg@mariadb.org> | 2018-05-02 15:45:51 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2018-05-12 10:16:45 +0200 |
commit | 735203e6de5c6db5fb7fcd09f908ce45ee992d7d (patch) | |
tree | 2731449ad4819ee82844bb856dd933956857485f /sql/mysqld.h | |
parent | 47573cee4daeaeee75574c382b6bc699848afdf1 (diff) | |
download | mariadb-git-735203e6de5c6db5fb7fcd09f908ce45ee992d7d.tar.gz |
cleanup: quoted_string
Diffstat (limited to 'sql/mysqld.h')
-rw-r--r-- | sql/mysqld.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/mysqld.h b/sql/mysqld.h index 7a616097338..3b2a887d764 100644 --- a/sql/mysqld.h +++ b/sql/mysqld.h @@ -302,7 +302,6 @@ extern my_bool encrypt_binlog; extern my_bool encrypt_tmp_disk_tables, encrypt_tmp_files; extern ulong encryption_algorithm; extern const char *encryption_algorithm_names[]; -extern const char *quoted_string; #ifdef HAVE_PSI_INTERFACE #ifdef HAVE_MMAP |