1
0
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:
unknown
2002-10-30 16:19:43 +04:00
parent 2b6c55db1f
commit 85f35cbf57
13 changed files with 94 additions and 76 deletions

View File

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