mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Precision Math implementation
BitKeeper/etc/ignore: Added client/decimal.c client/my_decimal.cc client/my_decimal.h to the ignore list
This commit is contained in:
@ -7258,7 +7258,7 @@ static void test_decimal_bug()
|
||||
*/
|
||||
bzero((char*) bind, sizeof(bind));
|
||||
|
||||
bind[0].buffer_type= MYSQL_TYPE_STRING;
|
||||
bind[0].buffer_type= MYSQL_TYPE_NEWDECIMAL;
|
||||
bind[0].buffer= (void *)data;
|
||||
bind[0].buffer_length= 25;
|
||||
bind[0].is_null= &is_null;
|
||||
|
Reference in New Issue
Block a user