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

Merge with 4.0 to get fix for mysqlbinlog

This commit is contained in:
monty@mysql.com
2004-02-16 10:15:52 +02:00
10 changed files with 110 additions and 35 deletions

View File

@ -496,6 +496,7 @@ SEL_ARG *SEL_ARG::clone(SEL_ARG *new_parent,SEL_ARG **next_arg)
return 0; // OOM
}
increment_use_count(1);
tmp->color= color;
return tmp;
}