mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
All String->set() now have charset argument
This commit is contained in:
@ -125,10 +125,9 @@ public:
|
||||
}
|
||||
str_charset=cs;
|
||||
}
|
||||
bool set(longlong num);
|
||||
/* bool set(long num); */
|
||||
bool set(ulonglong num);
|
||||
bool set(double num,uint decimals=2);
|
||||
bool set(longlong num, CHARSET_INFO *cs);
|
||||
bool set(ulonglong num, CHARSET_INFO *cs);
|
||||
bool set(double num,uint decimals, CHARSET_INFO *cs);
|
||||
inline void free()
|
||||
{
|
||||
if (alloced)
|
||||
|
Reference in New Issue
Block a user