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
Rename a limit var + change error message (#2946)
* Rename a limit var + change error message * Adjust the test
This commit is contained in:
@ -177,5 +177,5 @@ void set_s3_region(THD* thd, char* value);
|
||||
const char* get_pron(THD* thd);
|
||||
void set_pron(THD* thd, char* value);
|
||||
|
||||
ulong get_max_in_limit_query_length(THD* thd);
|
||||
void set_max_in_limit_query_length(THD* thd, ulong value);
|
||||
ulong get_max_allowed_in_values(THD* thd);
|
||||
void set_max_allowed_in_values(THD* thd, ulong value);
|
Reference in New Issue
Block a user