1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Got the declarations related to the class JOIN_CACHE, its derivatives and

companions out of sql_select.h into a separate file sql_join_cache.h.
This commit is contained in:
Igor Babaev
2010-11-19 11:03:03 -08:00
parent ae4b5a32a6
commit 4e05898f53
4 changed files with 1380 additions and 1373 deletions

View File

@ -63,7 +63,8 @@ SET (SQL_SOURCE
sql_cache.cc sql_class.cc sql_client.cc sql_crypt.cc sql_crypt.h sql_cache.cc sql_class.cc sql_client.cc sql_crypt.cc sql_crypt.h
sql_cursor.cc sql_db.cc sql_delete.cc sql_derived.cc sql_do.cc sql_cursor.cc sql_db.cc sql_delete.cc sql_derived.cc sql_do.cc
sql_error.cc sql_handler.cc sql_help.cc sql_insert.cc sql_error.cc sql_handler.cc sql_help.cc sql_insert.cc
sql_join_cache.cc sql_lex.cc sql_list.cc sql_load.cc sql_manager.cc sql_join_cache.h sql_join_cache.cc
sql_lex.cc sql_list.cc sql_load.cc sql_manager.cc
sql_map.cc sql_parse.cc sql_partition.cc sql_plugin.cc sql_map.cc sql_parse.cc sql_partition.cc sql_plugin.cc
sql_prepare.cc sql_rename.cc sql_prepare.cc sql_rename.cc
debug_sync.cc debug_sync.h debug_sync.cc debug_sync.h

View File

@ -81,6 +81,7 @@ noinst_HEADERS = item.h item_func.h item_sum.h item_cmpfunc.h \
sql_partition.h partition_info.h partition_element.h \ sql_partition.h partition_info.h partition_element.h \
contributors.h sql_servers.h \ contributors.h sql_servers.h \
multi_range_read.h \ multi_range_read.h \
sql_join_cache.h \
create_options.h \ create_options.h \
sql_expression_cache.h sql_expression_cache.h

1376
sql/sql_join_cache.h Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff