mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge
This commit is contained in:
@ -141,3 +141,10 @@ Item *create_func_numinteriorring(Item *a);
|
||||
Item *create_func_numgeometries(Item *a);
|
||||
|
||||
Item *create_func_point(Item *a, Item *b);
|
||||
|
||||
#ifdef HAVE_COMPRESS
|
||||
Item *create_func_compress(Item *a);
|
||||
Item *create_func_uncompress(Item *a);
|
||||
Item *create_func_uncompressed_length(Item *a);
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user