diff options
author | Sergey Vojtovich <svoj@mariadb.org> | 2015-11-18 19:21:30 +0400 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2015-11-26 11:34:15 +0400 |
commit | 13af8650a82f9452d36fe001c42b0b2c794f98d4 (patch) | |
tree | 5eb95393697e5346e541a7018e143b77d6d48146 /sql/opt_range.h | |
parent | 55e67c3e344317c6f349f5391e5d117ec51ae062 (diff) | |
download | mariadb-git-13af8650a82f9452d36fe001c42b0b2c794f98d4.tar.gz |
MDEV-8719 - Obsolete sql_memdup() in favor of THD::memdup() and thd_memdup()
Diffstat (limited to 'sql/opt_range.h')
-rw-r--r-- | sql/opt_range.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/opt_range.h b/sql/opt_range.h index 0c495639db6..80f4064a529 100644 --- a/sql/opt_range.h +++ b/sql/opt_range.h @@ -24,7 +24,6 @@ #pragma interface /* gcc class implementation */ #endif -#include "thr_malloc.h" /* sql_memdup */ #include "records.h" /* READ_RECORD */ #include "queues.h" /* QUEUE */ /* |