From 735203e6de5c6db5fb7fcd09f908ce45ee992d7d Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Wed, 2 May 2018 15:45:51 +0200 Subject: cleanup: quoted_string --- sql/mysqld.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'sql/mysqld.cc') diff --git a/sql/mysqld.cc b/sql/mysqld.cc index 97b2299defc..af817894cf4 100644 --- a/sql/mysqld.cc +++ b/sql/mysqld.cc @@ -304,7 +304,6 @@ static TYPELIB tc_heuristic_recover_typelib= const char *first_keyword= "first"; const char *my_localhost= "localhost", *delayed_user= "DELAYED"; -const char *quoted_string= "%`s"; bool opt_large_files= sizeof(my_off_t) > 4; static my_bool opt_autocommit; ///< for --autocommit command-line option -- cgit v1.2.1