mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
- Changed C++-style comments to C-style comments to make IBM compiler happy
This commit is contained in:
@ -1480,7 +1480,7 @@ static ulong find_set(TYPELIB *lib, const char *x, uint length,
|
||||
uint find;
|
||||
char buff[255];
|
||||
|
||||
*err_pos= 0; // No error yet
|
||||
*err_pos= 0; /* No error yet */
|
||||
while (end > x && my_isspace(system_charset_info, end[-1]))
|
||||
end--;
|
||||
|
||||
|
Reference in New Issue
Block a user