mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new
into mysql.com:/home/my/mysql-5.1
This commit is contained in:
@@ -6040,7 +6040,8 @@ SEL_ARG *
|
||||
SEL_ARG::insert(SEL_ARG *key)
|
||||
{
|
||||
SEL_ARG *element,**par,*last_element;
|
||||
LINT_INIT(par); LINT_INIT(last_element);
|
||||
LINT_INIT(par);
|
||||
LINT_INIT(last_element);
|
||||
|
||||
for (element= this; element != &null_element ; )
|
||||
{
|
||||
|
Reference in New Issue
Block a user