Commit 8025d26d authored by Sergei Golubchik's avatar Sergei Golubchik

remove a couple of old unused #defines

parent 01046e7f
......@@ -352,9 +352,6 @@ enum enum_server_command
#define NET_WRITE_TIMEOUT 60 /* Timeout on write */
#define NET_WAIT_TIMEOUT 8*60*60 /* Wait for new query */
#define ONLY_KILL_QUERY 1
struct st_vio; /* Only C */
typedef struct st_vio Vio;
......@@ -502,12 +499,6 @@ enum mysql_enum_shutdown_level {
SHUTDOWN_WAIT_CRITICAL_BUFFERS= (MYSQL_SHUTDOWN_KILLABLE_UPDATE << 1) + 1
};
/* Compatibility */
#if !defined(MYSQL_SERVER) && defined(USE_OLD_FUNCTIONS)
#define KILL_QUERY SHUTDOWN_KILL_QUERY
#define KILL_CONNECTION SHUTDOWN_KILL_CONNECTION
#endif
enum enum_cursor_type
{
CURSOR_TYPE_NO_CURSOR= 0,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment