mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fixed BUILD script to use --with-berkeley-db instead of --with-bdb
Lots of small fixes to multi-precision-math path Give Note for '123.4e' Added helper functions type 'val_string_from_real() Don't give warnings for end space for string2decimal() Changed storage of values for SP so that we can detect length of argument without strlen() Changed interface for str2dec() so that we must supple the pointer to the last character in the buffer
This commit is contained in:
@ -400,8 +400,6 @@ typedef struct st_sql_list {
|
||||
} SQL_LIST;
|
||||
|
||||
|
||||
uint nr_of_decimals(const char *str); /* Neaded by sql_string.h */
|
||||
|
||||
extern pthread_key(THD*, THR_THD);
|
||||
inline THD *_current_thd(void)
|
||||
{
|
||||
|
Reference in New Issue
Block a user