mirror of
https://github.com/MariaDB/server.git
synced 2025-07-21 23:50:01 +00:00
- replaced all occurences of HPUX with HPUX10 (to be prepared for eventual
differences in HPUX11) acconfig.h: - fixed typo configure.in: - replaced HPUX -> HPUX10 - added -DHPUX11 (not being used yet) to hpux11 workarounds include/my_global.h: - replaced HPUX -> HPUX10 include/my_net.h: - replaced HPUX -> HPUX10 include/my_pthread.h: - replaced HPUX -> HPUX10 libmysql/libmysql.c: - replaced HPUX -> HPUX10 mysys/my_append.c: - replaced HPUX -> HPUX10 mysys/my_copy.c: - replaced HPUX -> HPUX10 mysys/my_pthread.c: - replaced HPUX -> HPUX10 mysys/my_redel.c: - replaced HPUX -> HPUX10 mysys/thr_alarm.c: - replaced HPUX -> HPUX10 sql/mini_client.cc: - replaced HPUX -> HPUX10 sql/mysqld.cc: - replaced HPUX -> HPUX10 strings/do_ctype.c: - replaced HPUX -> HPUX10
This commit is contained in:
@ -145,7 +145,7 @@ void init_case_convert()
|
||||
higher_pos= (uchar * ) "\217\216\231\232\220"; /* Extra chars to konv. */
|
||||
lower_pos= (uchar * ) "\206\204\224\201\202";
|
||||
#else
|
||||
#if defined(HPUX) && ASCII_BITS_USED == 8
|
||||
#if defined(HPUX10) && ASCII_BITS_USED == 8
|
||||
higher_pos= (uchar * ) "\xd0\xd8\xda\xdb\xdc\xd3";
|
||||
lower_pos= (uchar * ) "\xd4\xcc\xce\xdf\xc9\xd7";
|
||||
#else
|
||||
@ -160,7 +160,7 @@ void init_case_convert()
|
||||
lower_pos= (uchar * ) "{}|`~";
|
||||
#endif
|
||||
#endif /* USE_INTERNAL_CTYPE */
|
||||
#endif /* HPUX */
|
||||
#endif /* HPUX10 */
|
||||
#endif /* MSDOS */
|
||||
|
||||
while (*higher_pos)
|
||||
@ -176,7 +176,7 @@ void init_case_convert()
|
||||
higher_pos= (uchar *) "\217\216\231\232\220";
|
||||
lower_pos= (uchar *) "\216\217\231YE";
|
||||
#else
|
||||
#if defined(HPUX) && ASCII_BITS_USED == 8
|
||||
#if defined(HPUX10) && ASCII_BITS_USED == 8
|
||||
higher_pos= lower_pos= (uchar *) ""; /* Tecknen i r{tt ordning */
|
||||
#else
|
||||
#ifdef USE_ISO_8859_1 /* As in USG5 ICL-386 */
|
||||
@ -186,7 +186,7 @@ void init_case_convert()
|
||||
higher_pos= (uchar *) "][\\~`"; /* R{tt ordning p} tecknen */
|
||||
lower_pos= (uchar *) "[\\]YE"; /* Ordning enligt ascii */
|
||||
#endif /* USE_ISO_8859_1 */
|
||||
#endif /* HPUX */
|
||||
#endif /* HPUX10 */
|
||||
#endif /* MSDOS */
|
||||
|
||||
while (*higher_pos)
|
||||
|
Reference in New Issue
Block a user