mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Removed wrong ascii codes from source code.
Fixed core dump in --help include/heap.h: Removed a wrong character (ascii 0xa0), which looked like a space. This will cause some debuggers display the source code in a wrong way. May cut the rest of the file off and looks like a debugger problem, which it isn't. mysys/my_getopt.c: Removed a wrong character (ascii 0xa0), which looked like a space. This will cause some debuggers display the source code in a wrong way. May cut the rest of the file off and looks like a debugger problem, which it isn't. sql/mysqld.cc: Wrong type.
This commit is contained in:
@@ -111,7 +111,7 @@ struct st_heap_info; /* For referense */
|
||||
|
||||
typedef struct st_hp_keydef /* Key definition with open */
|
||||
{
|
||||
uint flag; /* HA_NOSAME |<EFBFBD>HA_NULL_PART_KEY */
|
||||
uint flag; /* HA_NOSAME | HA_NULL_PART_KEY */
|
||||
uint keysegs; /* Number of key-segment */
|
||||
uint length; /* Length of key (automatic) */
|
||||
uint8 algorithm; /* HASH / BTREE */
|
||||
|
Reference in New Issue
Block a user