mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
InnoDB: Speed up comparison functions by making
DATA_MYSQL_LATIN1_SWEDISH_CHARSET_COLL a constant.
This commit is contained in:
parent
ffeee9cee3
commit
ab713b4b22
4 changed files with 6 additions and 7 deletions
|
|
@ -12,7 +12,7 @@ Created 1/16/1996 Heikki Tuuri
|
|||
#include "univ.i"
|
||||
|
||||
extern ulint data_mysql_default_charset_coll;
|
||||
extern ulint data_mysql_latin1_swedish_charset_coll;
|
||||
#define DATA_MYSQL_LATIN1_SWEDISH_CHARSET_COLL 8
|
||||
|
||||
/* SQL data type struct */
|
||||
typedef struct dtype_struct dtype_t;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue