File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
- /* Copyright (c) 2010, 2016 , Oracle and/or its affiliates. All rights reserved.
1
+ /* Copyright (c) 2010, 2017 , Oracle and/or its affiliates. All rights reserved.
2
2
3
3
This program is free software; you can redistribute it and/or modify
4
4
it under the terms of the GNU General Public License as published by
@@ -754,6 +754,7 @@ int JOIN_CACHE_BKA::init()
754
754
755
755
tables= qep_tab - tab;
756
756
757
+ filter_virtual_gcol_base_cols ();
757
758
calc_record_fields ();
758
759
759
760
/* Mark all fields that can be used as arguments for this key access */
@@ -865,6 +866,7 @@ int JOIN_CACHE_BKA::init()
865
866
use_emb_key= check_emb_key_usage ();
866
867
867
868
create_remaining_fields (FALSE );
869
+ restore_virtual_gcol_base_cols ();
868
870
bitmap_clear_all (&qep_tab->table ()->tmp_set );
869
871
870
872
set_constants ();
You can’t perform that action at this time.
0 commit comments