Skip to content

Commit

Permalink
pretest_clean: introduce GREATEST, LEAST functions
Browse files Browse the repository at this point in the history
Extended exceptions list with new functions GREATEST and LEAST.

Needed for tarantool/tarantool#4405
  • Loading branch information
kshcherbatov authored and Totktonada committed Aug 16, 2019
1 parent e22daf9 commit d171b6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pretest_clean.lua
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ local function clean()
['LIKELIHOOD'] = true,
['LIKELY'] = true,
['UNLIKELY'] = true,
['GREATEST'] = true,
['LEAST'] = true,
['_sql_stat_get'] = true,
['_sql_stat_push'] = true,
['_sql_stat_init'] = true,
Expand Down

0 comments on commit d171b6e

Please sign in to comment.