diff options
author | kent@mysql.com <> | 2005-09-29 02:08:24 +0200 |
---|---|---|
committer | kent@mysql.com <> | 2005-09-29 02:08:24 +0200 |
commit | 844d964f2d23e82697c0f3aed59dbf043f6e4128 (patch) | |
tree | 0554bc5de920ea134de4402fe122a1df5624513c /os2/MySQL-Source.icc | |
parent | 7e6a78a1aea10b27d549c9b3210266c5e73a0cc9 (diff) | |
download | mariadb-git-844d964f2d23e82697c0f3aed59dbf043f6e4128.tar.gz |
Many files:
Prefix regex functions/types with "my_" as our
library is not compatible with normal regex lib.
my_regex.h:
Rename: regex/regex.h -> regex/my_regex.h
Diffstat (limited to 'os2/MySQL-Source.icc')
-rw-r--r-- | os2/MySQL-Source.icc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os2/MySQL-Source.icc b/os2/MySQL-Source.icc index f4ac881c90e..a2e1916beb8 100644 --- a/os2/MySQL-Source.icc +++ b/os2/MySQL-Source.icc @@ -12,7 +12,7 @@ group client_global_pch = 'm_ctype.h', 'mysqld_error.h', 'my_list.h', 'my_sys.h', 'my_net.h', 'myisam.h', 'myisampack.h', '.\myisam\myisamdef.h', - '.\regex\regex.h' + '.\regex\my_regex.h' group server_global_pch = 'os2.h', @@ -38,7 +38,7 @@ group server_global_pch = 'my_tree.h', '..\mysys\my_static.h', 'netdb.h', 'thr_alarm.h', 'heap.h', '..\myisam\fulltext.h', '..\myisam\ftdefs.h', 'myisammrg.h', - '.\regex\regex.h' + '.\regex\my_regex.h' group server_pch = 'ha_heap.h', 'ha_myisammrg.h', 'opt_ft.h', |