1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Portability fixes for OPENBSD, OS2 and Windows

This commit is contained in:
monty@donna.mysql.com
2001-01-27 01:20:56 +02:00
parent 5218a03a1d
commit a7c5b9c211
27 changed files with 127 additions and 80 deletions

View File

@ -102,6 +102,9 @@ public:
/* character conversion tables */
class CONVERT;
CONVERT *get_convert_set(const char *name_ptr);
class CONVERT
{
const uchar *from_map,*to_map;