mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 10:15:29 +02:00
MWL#89: Address review feedback (by Sergey Petrunia)
mysql-test/r/subselect4.result: Moved test case for LP BUG#718593 into the correct test file subselect_mat_cost_bugs.test. mysql-test/t/subselect4.test: Moved test case for LP BUG#718593 into the correct test file subselect_mat_cost_bugs.test.
This commit is contained in:
parent
56c0e19ed0
commit
742dfc92a2
11 changed files with 185 additions and 176 deletions
|
|
@ -260,7 +260,7 @@ public:
|
|||
list_node *node= first;
|
||||
list_node *list_first= list->first;
|
||||
elements=0;
|
||||
while (node->info && node != list_first)
|
||||
while (node != &end_of_list && node != list_first)
|
||||
{
|
||||
prev= &node->next;
|
||||
node= node->next;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue