1
0
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:
monty@hundin.mysql.fi
2002-03-27 00:50:54 +02:00
parent 2ac18e9be9
commit ce541b292a
10 changed files with 67 additions and 16 deletions

View File

@@ -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)