Commit 61016986 authored by Vasil Dimov's avatar Vasil Dimov

(eval0eval.c:388) Bug#55227 Fix compiler warnings in innodb with gcc 4.6

parent 666c0141
......@@ -385,13 +385,11 @@ eval_notfound(
func_node_t* func_node) /*!< in: function node */
{
que_node_t* arg1;
que_node_t* arg2;
sym_node_t* cursor;
sel_node_t* sel_node;
ibool ibool_val;
arg1 = func_node->args;
arg2 = que_node_get_next(arg1);
ut_ad(func_node->func == PARS_NOTFOUND_TOKEN);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment