mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
support for unsigned FLOAT/DOUBLE
This commit is contained in:
@@ -29,7 +29,8 @@
|
||||
*/
|
||||
|
||||
my_bool _init_dynamic_array(DYNAMIC_ARRAY *array, uint element_size,
|
||||
uint init_alloc, uint alloc_increment CALLER_INFO_PROTO)
|
||||
uint init_alloc,
|
||||
uint alloc_increment CALLER_INFO_PROTO)
|
||||
{
|
||||
DBUG_ENTER("init_dynamic_array");
|
||||
if (!alloc_increment)
|
||||
|
||||
Reference in New Issue
Block a user