mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge from mysql-next-mr.
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
#ifndef SQL_STRING_INCLUDED
|
||||
#define SQL_STRING_INCLUDED
|
||||
|
||||
/* Copyright (C) 2000 MySQL AB
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
@ -394,3 +397,5 @@ static inline bool check_if_only_end_space(CHARSET_INFO *cs, char *str,
|
||||
{
|
||||
return str+ cs->cset->scan(cs, str, end, MY_SEQ_SPACES) == end;
|
||||
}
|
||||
|
||||
#endif /* SQL_STRING_INCLUDED */
|
||||
|
Reference in New Issue
Block a user