Skip to content

Commit cd3df71

Browse files
committed
remove unused new modes constants
1 parent 5f84585 commit cd3df71

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sql/sql_class.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -232,10 +232,6 @@ void old_mode_deprecated_warnings(ulonglong v);
232232
/* Definitions above that have transitioned from new behaviour to default */
233233

234234
#define NOW_DEFAULT -1
235-
#define NEW_MODE_TEST_WARNING1 NOW_DEFAULT
236-
#define NEW_MODE_TEST_WARNING2 NOW_DEFAULT
237-
#define NEW_MODE_FIX_DISK_TMPTABLE_COSTS NOW_DEFAULT
238-
#define NEW_MODE_FIX_INDEX_STATS_FOR_ALL_NULLS NOW_DEFAULT
239235

240236
#define TEST_NEW_MODE_FLAG(thd, flag) \
241237
(flag == NOW_DEFAULT ? TRUE : thd->variables.new_behavior & flag)

0 commit comments

Comments
 (0)