mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.2 into 10.3
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright (c) 2010, 2015, MariaDB
|
||||
Copyright (c) 2010, 2019, MariaDB
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
@ -92,7 +92,7 @@ class Loose_scan_opt
|
||||
|
||||
public:
|
||||
Loose_scan_opt():
|
||||
try_loosescan(FALSE),
|
||||
try_loosescan(false),
|
||||
bound_sj_equalities(0),
|
||||
quick_uses_applicable_index(0),
|
||||
quick_max_loose_keypart(0),
|
||||
@ -100,10 +100,11 @@ public:
|
||||
best_loose_scan_cost(0),
|
||||
best_loose_scan_records(0),
|
||||
best_loose_scan_start_key(NULL),
|
||||
best_max_loose_keypart(0)
|
||||
best_max_loose_keypart(0),
|
||||
best_ref_depend_map(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
void init(JOIN *join, JOIN_TAB *s, table_map remaining_tables)
|
||||
{
|
||||
/*
|
||||
|
Reference in New Issue
Block a user