summaryrefslogtreecommitdiff
path: root/include/mysql.h
diff options
context:
space:
mode:
authorunknown <georg@lmy002.wdf.sap.corp>2005-07-12 10:58:21 +0200
committerunknown <georg@lmy002.wdf.sap.corp>2005-07-12 10:58:21 +0200
commit74e43e8c2f88c50a258fcb1cea5d3445016a536a (patch)
tree4e99d91cdadea0594433feba6738c55a9268b38b /include/mysql.h
parentc5e573dabcbeac370173c0a181a07f8cbef4310a (diff)
downloadmariadb-git-74e43e8c2f88c50a258fcb1cea5d3445016a536a.tar.gz
changes after Bar's review: renamed CHARACTER_SET to MY_CHARSET_INFO
Diffstat (limited to 'include/mysql.h')
-rw-r--r--include/mysql.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mysql.h b/include/mysql.h
index 48602e27df5..daa29f70e16 100644
--- a/include/mysql.h
+++ b/include/mysql.h
@@ -228,7 +228,7 @@ typedef struct character_set
const char *dir; /* character set directory */
unsigned int mbminlen; /* min. length for multibyte strings */
unsigned int mbmaxlen; /* max. length for multibyte strings */
-} CHARACTER_SET;
+} MY_CHARSET_INFO;
struct st_mysql_methods;
@@ -431,7 +431,7 @@ my_bool STDCALL mysql_slave_query(MYSQL *mysql, const char *q,
my_bool STDCALL mysql_slave_send_query(MYSQL *mysql, const char *q,
unsigned long length);
void STDCALL mysql_get_character_set_info(MYSQL *mysql,
- CHARACTER_SET *charset);
+ MY_CHARSET_INFO *charset);
/* local infile support */