mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Changed to use my_global.h
Fixed problem with LIKE with latin1_de Added parsing support of UNSIGNED LONG LONG
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
the pattern counted from the begining of the string.
|
||||
*/
|
||||
|
||||
#include <global.h>
|
||||
#include <my_global.h>
|
||||
#include "m_string.h"
|
||||
|
||||
uint r_strinstr(reg1 my_string str,int from, reg4 my_string search)
|
||||
|
Reference in New Issue
Block a user