1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Merge mysql.com:/home/kgeorge/mysql/4.1/B4981

into  mysql.com:/home/kgeorge/mysql/5.0/B4981
This commit is contained in:
gkodinov@mysql.com
2006-06-02 15:35:40 +03:00
3 changed files with 29 additions and 1 deletions

View File

@ -81,7 +81,7 @@ public:
uint8 min_flag, uint8 max_flag, uint8 maybe_flag);
SEL_ARG(enum Type type_arg)
:elements(1),use_count(1),left(0),next_key_part(0),color(BLACK),
type(type_arg)
type(type_arg),min_flag(0)
{}
inline bool is_same(SEL_ARG *arg)
{