mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
- Applied some portability fixes for SGI IRIX/MipsPro compiler
(e.g. a fix for BUG#3507 and some modifications recommended by Andrea Suatoni and Joerg Behrens - thank you!)
This commit is contained in:
parent
6adefe41a4
commit
4740e8b2b7
5 changed files with 11 additions and 6 deletions
|
|
@ -182,7 +182,7 @@ uint calc_hashnr_caseup(const byte *key, uint len)
|
|||
#endif
|
||||
|
||||
|
||||
#ifndef __SUNPRO_C /* SUNPRO can't handle this */
|
||||
#if !defined(__SUNPRO_C) && !defined(__USLC__) && !defined(__sgi) /* broken compilers */
|
||||
inline
|
||||
#endif
|
||||
unsigned int rec_hashnr(HASH *hash,const byte *record)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue