You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
MCOL-641 Implement int128_t versions of arithmetic operations and add unit test cases.
This commit is contained in:
committed by
Roman Nozdrin
parent
b5534eb847
commit
554c6da8e8
@ -101,6 +101,9 @@ void set_varbin_always_hex(THD* thd, bool value);
|
||||
bool get_double_for_decimal_math(THD* thd);
|
||||
void set_double_for_decimal_math(THD* thd, bool value);
|
||||
|
||||
bool get_decimal_overflow_check(THD* thd);
|
||||
void set_decimal_overflow_check(THD* thd, bool value);
|
||||
|
||||
ulong get_local_query(THD* thd);
|
||||
void set_local_query(THD* thd, ulong value);
|
||||
|
||||
|
Reference in New Issue
Block a user