mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Remove compiler warnings and remove not used variables
(Found during build process)
This commit is contained in:
@ -467,7 +467,7 @@ void field_real::add()
|
||||
void field_decimal::add()
|
||||
{
|
||||
my_decimal dec_buf, *dec= item->val_decimal(&dec_buf);
|
||||
uint length, zero_count, decs;
|
||||
uint length;
|
||||
TREE_ELEMENT *element;
|
||||
|
||||
if (item->null_value)
|
||||
|
Reference in New Issue
Block a user