summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortomas@poseidon.ndb.mysql.com <>2004-06-04 14:08:16 +0000
committertomas@poseidon.ndb.mysql.com <>2004-06-04 14:08:16 +0000
commitdf84c093410c009ede14ac720a76d98ed1f76755 (patch)
treecdd78774ef9197ddbb9b1eeb3f76973b07da1320
parent3327c6c080843b891556d95bbc6053abb17034fc (diff)
downloadmariadb-git-df84c093410c009ede14ac720a76d98ed1f76755.tar.gz
automake ndb docs make
-rw-r--r--configure.in4
-rw-r--r--ndb/docs/Makefile97
-rw-r--r--ndb/docs/Makefile.am89
-rwxr-xr-xndb/docs/doxygen/postdoxy.pl1
-rwxr-xr-xndb/docs/doxygen/predoxy.pl1
-rw-r--r--ndb/src/old_files/client/Makefile (renamed from ndb/src/client/Makefile)0
-rw-r--r--ndb/src/old_files/client/odbc/Extra.mk (renamed from ndb/src/client/odbc/Extra.mk)0
-rw-r--r--ndb/src/old_files/client/odbc/Makefile (renamed from ndb/src/client/odbc/Makefile)0
-rwxr-xr-xndb/src/old_files/client/odbc/NdbOdbc.cpp (renamed from ndb/src/client/odbc/NdbOdbc.cpp)0
-rwxr-xr-xndb/src/old_files/client/odbc/NdbOdbc.def (renamed from ndb/src/client/odbc/NdbOdbc.def)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/CodeGen.cpp (renamed from ndb/src/client/odbc/codegen/CodeGen.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/CodeGen.hpp (renamed from ndb/src/client/odbc/codegen/CodeGen.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_base.cpp (renamed from ndb/src/client/odbc/codegen/Code_base.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_base.hpp (renamed from ndb/src/client/odbc/codegen/Code_base.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_column.cpp (renamed from ndb/src/client/odbc/codegen/Code_column.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_column.hpp (renamed from ndb/src/client/odbc/codegen/Code_column.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_comp_op.cpp (renamed from ndb/src/client/odbc/codegen/Code_comp_op.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_comp_op.hpp (renamed from ndb/src/client/odbc/codegen/Code_comp_op.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_create_index.cpp (renamed from ndb/src/client/odbc/codegen/Code_create_index.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_create_index.hpp (renamed from ndb/src/client/odbc/codegen/Code_create_index.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_create_row.cpp (renamed from ndb/src/client/odbc/codegen/Code_create_row.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_create_row.hpp (renamed from ndb/src/client/odbc/codegen/Code_create_row.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_create_table.cpp (renamed from ndb/src/client/odbc/codegen/Code_create_table.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_create_table.hpp (renamed from ndb/src/client/odbc/codegen/Code_create_table.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_data_type.cpp (renamed from ndb/src/client/odbc/codegen/Code_data_type.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_data_type.hpp (renamed from ndb/src/client/odbc/codegen/Code_data_type.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_ddl.cpp (renamed from ndb/src/client/odbc/codegen/Code_ddl.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_ddl.hpp (renamed from ndb/src/client/odbc/codegen/Code_ddl.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_ddl_column.cpp (renamed from ndb/src/client/odbc/codegen/Code_ddl_column.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_ddl_column.hpp (renamed from ndb/src/client/odbc/codegen/Code_ddl_column.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_ddl_constr.cpp (renamed from ndb/src/client/odbc/codegen/Code_ddl_constr.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_ddl_constr.hpp (renamed from ndb/src/client/odbc/codegen/Code_ddl_constr.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_ddl_row.cpp (renamed from ndb/src/client/odbc/codegen/Code_ddl_row.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_ddl_row.hpp (renamed from ndb/src/client/odbc/codegen/Code_ddl_row.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_delete.cpp (renamed from ndb/src/client/odbc/codegen/Code_delete.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_delete.hpp (renamed from ndb/src/client/odbc/codegen/Code_delete.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_delete_index.cpp (renamed from ndb/src/client/odbc/codegen/Code_delete_index.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_delete_index.hpp (renamed from ndb/src/client/odbc/codegen/Code_delete_index.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_delete_lookup.cpp (renamed from ndb/src/client/odbc/codegen/Code_delete_lookup.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_delete_lookup.hpp (renamed from ndb/src/client/odbc/codegen/Code_delete_lookup.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_delete_scan.cpp (renamed from ndb/src/client/odbc/codegen/Code_delete_scan.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_delete_scan.hpp (renamed from ndb/src/client/odbc/codegen/Code_delete_scan.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_dml.cpp (renamed from ndb/src/client/odbc/codegen/Code_dml.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_dml.hpp (renamed from ndb/src/client/odbc/codegen/Code_dml.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_dml_column.cpp (renamed from ndb/src/client/odbc/codegen/Code_dml_column.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_dml_column.hpp (renamed from ndb/src/client/odbc/codegen/Code_dml_column.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_dml_row.cpp (renamed from ndb/src/client/odbc/codegen/Code_dml_row.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_dml_row.hpp (renamed from ndb/src/client/odbc/codegen/Code_dml_row.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_drop_index.cpp (renamed from ndb/src/client/odbc/codegen/Code_drop_index.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_drop_index.hpp (renamed from ndb/src/client/odbc/codegen/Code_drop_index.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_drop_table.cpp (renamed from ndb/src/client/odbc/codegen/Code_drop_table.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_drop_table.hpp (renamed from ndb/src/client/odbc/codegen/Code_drop_table.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_expr.cpp (renamed from ndb/src/client/odbc/codegen/Code_expr.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_expr.hpp (renamed from ndb/src/client/odbc/codegen/Code_expr.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_expr_column.cpp (renamed from ndb/src/client/odbc/codegen/Code_expr_column.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_expr_column.hpp (renamed from ndb/src/client/odbc/codegen/Code_expr_column.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_expr_const.cpp (renamed from ndb/src/client/odbc/codegen/Code_expr_const.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_expr_const.hpp (renamed from ndb/src/client/odbc/codegen/Code_expr_const.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_expr_conv.cpp (renamed from ndb/src/client/odbc/codegen/Code_expr_conv.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_expr_conv.hpp (renamed from ndb/src/client/odbc/codegen/Code_expr_conv.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_expr_func.cpp (renamed from ndb/src/client/odbc/codegen/Code_expr_func.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_expr_func.hpp (renamed from ndb/src/client/odbc/codegen/Code_expr_func.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_expr_op.cpp (renamed from ndb/src/client/odbc/codegen/Code_expr_op.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_expr_op.hpp (renamed from ndb/src/client/odbc/codegen/Code_expr_op.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_expr_param.cpp (renamed from ndb/src/client/odbc/codegen/Code_expr_param.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_expr_param.hpp (renamed from ndb/src/client/odbc/codegen/Code_expr_param.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_expr_row.cpp (renamed from ndb/src/client/odbc/codegen/Code_expr_row.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_expr_row.hpp (renamed from ndb/src/client/odbc/codegen/Code_expr_row.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_idx_column.cpp (renamed from ndb/src/client/odbc/codegen/Code_idx_column.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_idx_column.hpp (renamed from ndb/src/client/odbc/codegen/Code_idx_column.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_insert.cpp (renamed from ndb/src/client/odbc/codegen/Code_insert.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_insert.hpp (renamed from ndb/src/client/odbc/codegen/Code_insert.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_pred.cpp (renamed from ndb/src/client/odbc/codegen/Code_pred.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_pred.hpp (renamed from ndb/src/client/odbc/codegen/Code_pred.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_pred_op.cpp (renamed from ndb/src/client/odbc/codegen/Code_pred_op.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_pred_op.hpp (renamed from ndb/src/client/odbc/codegen/Code_pred_op.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_query.cpp (renamed from ndb/src/client/odbc/codegen/Code_query.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_query.hpp (renamed from ndb/src/client/odbc/codegen/Code_query.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_query_count.cpp (renamed from ndb/src/client/odbc/codegen/Code_query_count.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_query_count.hpp (renamed from ndb/src/client/odbc/codegen/Code_query_count.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_query_distinct.cpp (renamed from ndb/src/client/odbc/codegen/Code_query_distinct.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_query_distinct.hpp (renamed from ndb/src/client/odbc/codegen/Code_query_distinct.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_query_filter.cpp (renamed from ndb/src/client/odbc/codegen/Code_query_filter.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_query_filter.hpp (renamed from ndb/src/client/odbc/codegen/Code_query_filter.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_query_group.cpp (renamed from ndb/src/client/odbc/codegen/Code_query_group.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_query_group.hpp (renamed from ndb/src/client/odbc/codegen/Code_query_group.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_query_index.cpp (renamed from ndb/src/client/odbc/codegen/Code_query_index.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_query_index.hpp (renamed from ndb/src/client/odbc/codegen/Code_query_index.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_query_join.cpp (renamed from ndb/src/client/odbc/codegen/Code_query_join.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_query_join.hpp (renamed from ndb/src/client/odbc/codegen/Code_query_join.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_query_lookup.cpp (renamed from ndb/src/client/odbc/codegen/Code_query_lookup.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_query_lookup.hpp (renamed from ndb/src/client/odbc/codegen/Code_query_lookup.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_query_project.cpp (renamed from ndb/src/client/odbc/codegen/Code_query_project.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_query_project.hpp (renamed from ndb/src/client/odbc/codegen/Code_query_project.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_query_range.cpp (renamed from ndb/src/client/odbc/codegen/Code_query_range.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_query_range.hpp (renamed from ndb/src/client/odbc/codegen/Code_query_range.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_query_repeat.cpp (renamed from ndb/src/client/odbc/codegen/Code_query_repeat.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_query_repeat.hpp (renamed from ndb/src/client/odbc/codegen/Code_query_repeat.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_query_scan.cpp (renamed from ndb/src/client/odbc/codegen/Code_query_scan.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_query_scan.hpp (renamed from ndb/src/client/odbc/codegen/Code_query_scan.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_query_sort.cpp (renamed from ndb/src/client/odbc/codegen/Code_query_sort.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_query_sort.hpp (renamed from ndb/src/client/odbc/codegen/Code_query_sort.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_query_sys.cpp (renamed from ndb/src/client/odbc/codegen/Code_query_sys.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_query_sys.hpp (renamed from ndb/src/client/odbc/codegen/Code_query_sys.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_root.cpp (renamed from ndb/src/client/odbc/codegen/Code_root.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_root.hpp (renamed from ndb/src/client/odbc/codegen/Code_root.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_select.cpp (renamed from ndb/src/client/odbc/codegen/Code_select.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_select.hpp (renamed from ndb/src/client/odbc/codegen/Code_select.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_set_row.cpp (renamed from ndb/src/client/odbc/codegen/Code_set_row.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_set_row.hpp (renamed from ndb/src/client/odbc/codegen/Code_set_row.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_stmt.cpp (renamed from ndb/src/client/odbc/codegen/Code_stmt.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_stmt.hpp (renamed from ndb/src/client/odbc/codegen/Code_stmt.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_table.cpp (renamed from ndb/src/client/odbc/codegen/Code_table.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_table.hpp (renamed from ndb/src/client/odbc/codegen/Code_table.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_table_list.cpp (renamed from ndb/src/client/odbc/codegen/Code_table_list.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_table_list.hpp (renamed from ndb/src/client/odbc/codegen/Code_table_list.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_update.cpp (renamed from ndb/src/client/odbc/codegen/Code_update.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_update.hpp (renamed from ndb/src/client/odbc/codegen/Code_update.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_update_index.cpp (renamed from ndb/src/client/odbc/codegen/Code_update_index.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_update_index.hpp (renamed from ndb/src/client/odbc/codegen/Code_update_index.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_update_lookup.cpp (renamed from ndb/src/client/odbc/codegen/Code_update_lookup.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_update_lookup.hpp (renamed from ndb/src/client/odbc/codegen/Code_update_lookup.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_update_scan.cpp (renamed from ndb/src/client/odbc/codegen/Code_update_scan.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Code_update_scan.hpp (renamed from ndb/src/client/odbc/codegen/Code_update_scan.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/Makefile (renamed from ndb/src/client/odbc/codegen/Makefile)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/SimpleGram.ypp (renamed from ndb/src/client/odbc/codegen/SimpleGram.ypp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/SimpleParser.cpp (renamed from ndb/src/client/odbc/codegen/SimpleParser.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/SimpleParser.hpp (renamed from ndb/src/client/odbc/codegen/SimpleParser.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/codegen/SimpleScan.lpp (renamed from ndb/src/client/odbc/codegen/SimpleScan.lpp)0
-rw-r--r--ndb/src/old_files/client/odbc/common/AttrArea.cpp (renamed from ndb/src/client/odbc/common/AttrArea.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/common/AttrArea.hpp (renamed from ndb/src/client/odbc/common/AttrArea.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/common/CodeTree.cpp (renamed from ndb/src/client/odbc/common/CodeTree.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/common/CodeTree.hpp (renamed from ndb/src/client/odbc/common/CodeTree.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/common/ConnArea.cpp (renamed from ndb/src/client/odbc/common/ConnArea.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/common/ConnArea.hpp (renamed from ndb/src/client/odbc/common/ConnArea.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/common/Ctx.cpp (renamed from ndb/src/client/odbc/common/Ctx.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/common/Ctx.hpp (renamed from ndb/src/client/odbc/common/Ctx.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/common/DataField.cpp (renamed from ndb/src/client/odbc/common/DataField.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/common/DataField.hpp (renamed from ndb/src/client/odbc/common/DataField.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/common/DataRow.cpp (renamed from ndb/src/client/odbc/common/DataRow.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/common/DataRow.hpp (renamed from ndb/src/client/odbc/common/DataRow.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/common/DataType.cpp (renamed from ndb/src/client/odbc/common/DataType.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/common/DataType.hpp (renamed from ndb/src/client/odbc/common/DataType.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/common/DescArea.cpp (renamed from ndb/src/client/odbc/common/DescArea.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/common/DescArea.hpp (renamed from ndb/src/client/odbc/common/DescArea.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/common/DiagArea.cpp (renamed from ndb/src/client/odbc/common/DiagArea.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/common/DiagArea.hpp (renamed from ndb/src/client/odbc/common/DiagArea.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/common/Makefile (renamed from ndb/src/client/odbc/common/Makefile)0
-rw-r--r--ndb/src/old_files/client/odbc/common/OdbcData.cpp (renamed from ndb/src/client/odbc/common/OdbcData.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/common/OdbcData.hpp (renamed from ndb/src/client/odbc/common/OdbcData.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/common/ResultArea.cpp (renamed from ndb/src/client/odbc/common/ResultArea.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/common/ResultArea.hpp (renamed from ndb/src/client/odbc/common/ResultArea.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/common/Sqlstate.cpp (renamed from ndb/src/client/odbc/common/Sqlstate.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/common/Sqlstate.hpp (renamed from ndb/src/client/odbc/common/Sqlstate.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/common/StmtArea.cpp (renamed from ndb/src/client/odbc/common/StmtArea.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/common/StmtArea.hpp (renamed from ndb/src/client/odbc/common/StmtArea.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/common/StmtInfo.cpp (renamed from ndb/src/client/odbc/common/StmtInfo.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/common/StmtInfo.hpp (renamed from ndb/src/client/odbc/common/StmtInfo.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/common/common.cpp (renamed from ndb/src/client/odbc/common/common.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/common/common.hpp (renamed from ndb/src/client/odbc/common/common.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/dictionary/DictCatalog.cpp (renamed from ndb/src/client/odbc/dictionary/DictCatalog.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/dictionary/DictCatalog.hpp (renamed from ndb/src/client/odbc/dictionary/DictCatalog.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/dictionary/DictColumn.cpp (renamed from ndb/src/client/odbc/dictionary/DictColumn.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/dictionary/DictColumn.hpp (renamed from ndb/src/client/odbc/dictionary/DictColumn.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/dictionary/DictIndex.cpp (renamed from ndb/src/client/odbc/dictionary/DictIndex.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/dictionary/DictIndex.hpp (renamed from ndb/src/client/odbc/dictionary/DictIndex.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/dictionary/DictSchema.cpp (renamed from ndb/src/client/odbc/dictionary/DictSchema.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/dictionary/DictSchema.hpp (renamed from ndb/src/client/odbc/dictionary/DictSchema.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/dictionary/DictSys.cpp (renamed from ndb/src/client/odbc/dictionary/DictSys.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/dictionary/DictSys.hpp (renamed from ndb/src/client/odbc/dictionary/DictSys.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/dictionary/DictTable.cpp (renamed from ndb/src/client/odbc/dictionary/DictTable.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/dictionary/DictTable.hpp (renamed from ndb/src/client/odbc/dictionary/DictTable.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/dictionary/Makefile (renamed from ndb/src/client/odbc/dictionary/Makefile)0
-rw-r--r--ndb/src/old_files/client/odbc/docs/class.fig (renamed from ndb/src/client/odbc/docs/class.fig)0
-rw-r--r--ndb/src/old_files/client/odbc/docs/descfield.pl (renamed from ndb/src/client/odbc/docs/descfield.pl)0
-rw-r--r--ndb/src/old_files/client/odbc/docs/diag.txt (renamed from ndb/src/client/odbc/docs/diag.txt)0
-rw-r--r--ndb/src/old_files/client/odbc/docs/getinfo.pl (renamed from ndb/src/client/odbc/docs/getinfo.pl)0
-rw-r--r--ndb/src/old_files/client/odbc/docs/gettypeinfo.pl (renamed from ndb/src/client/odbc/docs/gettypeinfo.pl)0
-rw-r--r--ndb/src/old_files/client/odbc/docs/handleattr.pl (renamed from ndb/src/client/odbc/docs/handleattr.pl)0
-rw-r--r--ndb/src/old_files/client/odbc/docs/main.hpp (renamed from ndb/src/client/odbc/docs/main.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/docs/ndbodbc.html (renamed from ndb/src/client/odbc/docs/ndbodbc.html)0
-rw-r--r--ndb/src/old_files/client/odbc/docs/select.fig (renamed from ndb/src/client/odbc/docs/select.fig)0
-rw-r--r--ndb/src/old_files/client/odbc/docs/systables.pl (renamed from ndb/src/client/odbc/docs/systables.pl)0
-rw-r--r--ndb/src/old_files/client/odbc/docs/type.txt (renamed from ndb/src/client/odbc/docs/type.txt)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/Func.data (renamed from ndb/src/client/odbc/driver/Func.data)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/Func.pl (renamed from ndb/src/client/odbc/driver/Func.pl)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/Makefile (renamed from ndb/src/client/odbc/driver/Makefile)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLAllocConnect.cpp (renamed from ndb/src/client/odbc/driver/SQLAllocConnect.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLAllocEnv.cpp (renamed from ndb/src/client/odbc/driver/SQLAllocEnv.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLAllocHandle.cpp (renamed from ndb/src/client/odbc/driver/SQLAllocHandle.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLAllocHandleStd.cpp (renamed from ndb/src/client/odbc/driver/SQLAllocHandleStd.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLAllocStmt.cpp (renamed from ndb/src/client/odbc/driver/SQLAllocStmt.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLBindCol.cpp (renamed from ndb/src/client/odbc/driver/SQLBindCol.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLBindParam.cpp (renamed from ndb/src/client/odbc/driver/SQLBindParam.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLBindParameter.cpp (renamed from ndb/src/client/odbc/driver/SQLBindParameter.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLBrowseConnect.cpp (renamed from ndb/src/client/odbc/driver/SQLBrowseConnect.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLBulkOperations.cpp (renamed from ndb/src/client/odbc/driver/SQLBulkOperations.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLCancel.cpp (renamed from ndb/src/client/odbc/driver/SQLCancel.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLCloseCursor.cpp (renamed from ndb/src/client/odbc/driver/SQLCloseCursor.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLColAttribute.cpp (renamed from ndb/src/client/odbc/driver/SQLColAttribute.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLColAttributes.cpp (renamed from ndb/src/client/odbc/driver/SQLColAttributes.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLColumnPrivileges.cpp (renamed from ndb/src/client/odbc/driver/SQLColumnPrivileges.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLColumns.cpp (renamed from ndb/src/client/odbc/driver/SQLColumns.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLConnect.cpp (renamed from ndb/src/client/odbc/driver/SQLConnect.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLCopyDesc.cpp (renamed from ndb/src/client/odbc/driver/SQLCopyDesc.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLDataSources.cpp (renamed from ndb/src/client/odbc/driver/SQLDataSources.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLDescribeCol.cpp (renamed from ndb/src/client/odbc/driver/SQLDescribeCol.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLDescribeParam.cpp (renamed from ndb/src/client/odbc/driver/SQLDescribeParam.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLDisconnect.cpp (renamed from ndb/src/client/odbc/driver/SQLDisconnect.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLDriverConnect.cpp (renamed from ndb/src/client/odbc/driver/SQLDriverConnect.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLDrivers.cpp (renamed from ndb/src/client/odbc/driver/SQLDrivers.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLEndTran.cpp (renamed from ndb/src/client/odbc/driver/SQLEndTran.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLError.cpp (renamed from ndb/src/client/odbc/driver/SQLError.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLExecDirect.cpp (renamed from ndb/src/client/odbc/driver/SQLExecDirect.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLExecute.cpp (renamed from ndb/src/client/odbc/driver/SQLExecute.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLExtendedFetch.cpp (renamed from ndb/src/client/odbc/driver/SQLExtendedFetch.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLFetch.cpp (renamed from ndb/src/client/odbc/driver/SQLFetch.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLFetchScroll.cpp (renamed from ndb/src/client/odbc/driver/SQLFetchScroll.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLForeignKeys.cpp (renamed from ndb/src/client/odbc/driver/SQLForeignKeys.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLFreeConnect.cpp (renamed from ndb/src/client/odbc/driver/SQLFreeConnect.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLFreeEnv.cpp (renamed from ndb/src/client/odbc/driver/SQLFreeEnv.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLFreeHandle.cpp (renamed from ndb/src/client/odbc/driver/SQLFreeHandle.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLFreeStmt.cpp (renamed from ndb/src/client/odbc/driver/SQLFreeStmt.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLGetConnectAttr.cpp (renamed from ndb/src/client/odbc/driver/SQLGetConnectAttr.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLGetConnectOption.cpp (renamed from ndb/src/client/odbc/driver/SQLGetConnectOption.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLGetCursorName.cpp (renamed from ndb/src/client/odbc/driver/SQLGetCursorName.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLGetData.cpp (renamed from ndb/src/client/odbc/driver/SQLGetData.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLGetDescField.cpp (renamed from ndb/src/client/odbc/driver/SQLGetDescField.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLGetDescRec.cpp (renamed from ndb/src/client/odbc/driver/SQLGetDescRec.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLGetDiagField.cpp (renamed from ndb/src/client/odbc/driver/SQLGetDiagField.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLGetDiagRec.cpp (renamed from ndb/src/client/odbc/driver/SQLGetDiagRec.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLGetEnvAttr.cpp (renamed from ndb/src/client/odbc/driver/SQLGetEnvAttr.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLGetFunctions.cpp (renamed from ndb/src/client/odbc/driver/SQLGetFunctions.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLGetInfo.cpp (renamed from ndb/src/client/odbc/driver/SQLGetInfo.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLGetStmtAttr.cpp (renamed from ndb/src/client/odbc/driver/SQLGetStmtAttr.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLGetStmtOption.cpp (renamed from ndb/src/client/odbc/driver/SQLGetStmtOption.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLGetTypeInfo.cpp (renamed from ndb/src/client/odbc/driver/SQLGetTypeInfo.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLMoreResults.cpp (renamed from ndb/src/client/odbc/driver/SQLMoreResults.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLNativeSql.cpp (renamed from ndb/src/client/odbc/driver/SQLNativeSql.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLNumParams.cpp (renamed from ndb/src/client/odbc/driver/SQLNumParams.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLNumResultCols.cpp (renamed from ndb/src/client/odbc/driver/SQLNumResultCols.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLParamData.cpp (renamed from ndb/src/client/odbc/driver/SQLParamData.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLParamOptions.cpp (renamed from ndb/src/client/odbc/driver/SQLParamOptions.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLPrepare.cpp (renamed from ndb/src/client/odbc/driver/SQLPrepare.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLPrimaryKeys.cpp (renamed from ndb/src/client/odbc/driver/SQLPrimaryKeys.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLProcedureColumns.cpp (renamed from ndb/src/client/odbc/driver/SQLProcedureColumns.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLProcedures.cpp (renamed from ndb/src/client/odbc/driver/SQLProcedures.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLPutData.cpp (renamed from ndb/src/client/odbc/driver/SQLPutData.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLRowCount.cpp (renamed from ndb/src/client/odbc/driver/SQLRowCount.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLSetConnectAttr.cpp (renamed from ndb/src/client/odbc/driver/SQLSetConnectAttr.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLSetConnectOption.cpp (renamed from ndb/src/client/odbc/driver/SQLSetConnectOption.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLSetCursorName.cpp (renamed from ndb/src/client/odbc/driver/SQLSetCursorName.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLSetDescField.cpp (renamed from ndb/src/client/odbc/driver/SQLSetDescField.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLSetDescRec.cpp (renamed from ndb/src/client/odbc/driver/SQLSetDescRec.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLSetEnvAttr.cpp (renamed from ndb/src/client/odbc/driver/SQLSetEnvAttr.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLSetParam.cpp (renamed from ndb/src/client/odbc/driver/SQLSetParam.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLSetPos.cpp (renamed from ndb/src/client/odbc/driver/SQLSetPos.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLSetScrollOptions.cpp (renamed from ndb/src/client/odbc/driver/SQLSetScrollOptions.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLSetStmtAttr.cpp (renamed from ndb/src/client/odbc/driver/SQLSetStmtAttr.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLSetStmtOption.cpp (renamed from ndb/src/client/odbc/driver/SQLSetStmtOption.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLSpecialColumns.cpp (renamed from ndb/src/client/odbc/driver/SQLSpecialColumns.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLStatistics.cpp (renamed from ndb/src/client/odbc/driver/SQLStatistics.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLTablePrivileges.cpp (renamed from ndb/src/client/odbc/driver/SQLTablePrivileges.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLTables.cpp (renamed from ndb/src/client/odbc/driver/SQLTables.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/SQLTransact.cpp (renamed from ndb/src/client/odbc/driver/SQLTransact.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/driver.cpp (renamed from ndb/src/client/odbc/driver/driver.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/driver/driver.hpp (renamed from ndb/src/client/odbc/driver/driver.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/executor/Exec_comp_op.cpp (renamed from ndb/src/client/odbc/executor/Exec_comp_op.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/executor/Exec_create_index.cpp (renamed from ndb/src/client/odbc/executor/Exec_create_index.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/executor/Exec_create_table.cpp (renamed from ndb/src/client/odbc/executor/Exec_create_table.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/executor/Exec_delete_index.cpp (renamed from ndb/src/client/odbc/executor/Exec_delete_index.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/executor/Exec_delete_lookup.cpp (renamed from ndb/src/client/odbc/executor/Exec_delete_lookup.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/executor/Exec_delete_scan.cpp (renamed from ndb/src/client/odbc/executor/Exec_delete_scan.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/executor/Exec_drop_index.cpp (renamed from ndb/src/client/odbc/executor/Exec_drop_index.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/executor/Exec_drop_table.cpp (renamed from ndb/src/client/odbc/executor/Exec_drop_table.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/executor/Exec_expr_conv.cpp (renamed from ndb/src/client/odbc/executor/Exec_expr_conv.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/executor/Exec_expr_func.cpp (renamed from ndb/src/client/odbc/executor/Exec_expr_func.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/executor/Exec_expr_op.cpp (renamed from ndb/src/client/odbc/executor/Exec_expr_op.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/executor/Exec_insert.cpp (renamed from ndb/src/client/odbc/executor/Exec_insert.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/executor/Exec_pred_op.cpp (renamed from ndb/src/client/odbc/executor/Exec_pred_op.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/executor/Exec_query_index.cpp (renamed from ndb/src/client/odbc/executor/Exec_query_index.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/executor/Exec_query_lookup.cpp (renamed from ndb/src/client/odbc/executor/Exec_query_lookup.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/executor/Exec_query_range.cpp (renamed from ndb/src/client/odbc/executor/Exec_query_range.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/executor/Exec_query_scan.cpp (renamed from ndb/src/client/odbc/executor/Exec_query_scan.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/executor/Exec_query_sys.cpp (renamed from ndb/src/client/odbc/executor/Exec_query_sys.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/executor/Exec_update_index.cpp (renamed from ndb/src/client/odbc/executor/Exec_update_index.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/executor/Exec_update_lookup.cpp (renamed from ndb/src/client/odbc/executor/Exec_update_lookup.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/executor/Exec_update_scan.cpp (renamed from ndb/src/client/odbc/executor/Exec_update_scan.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/executor/Executor.cpp (renamed from ndb/src/client/odbc/executor/Executor.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/executor/Executor.hpp (renamed from ndb/src/client/odbc/executor/Executor.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/executor/Makefile (renamed from ndb/src/client/odbc/executor/Makefile)0
-rw-r--r--ndb/src/old_files/client/odbc/handles/AttrDbc.cpp (renamed from ndb/src/client/odbc/handles/AttrDbc.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/handles/AttrEnv.cpp (renamed from ndb/src/client/odbc/handles/AttrEnv.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/handles/AttrRoot.cpp (renamed from ndb/src/client/odbc/handles/AttrRoot.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/handles/AttrStmt.cpp (renamed from ndb/src/client/odbc/handles/AttrStmt.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/handles/DescSpec.cpp (renamed from ndb/src/client/odbc/handles/DescSpec.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/handles/FuncTab.cpp (renamed from ndb/src/client/odbc/handles/FuncTab.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/handles/HandleBase.cpp (renamed from ndb/src/client/odbc/handles/HandleBase.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/handles/HandleBase.hpp (renamed from ndb/src/client/odbc/handles/HandleBase.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/handles/HandleDbc.cpp (renamed from ndb/src/client/odbc/handles/HandleDbc.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/handles/HandleDbc.hpp (renamed from ndb/src/client/odbc/handles/HandleDbc.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/handles/HandleDesc.cpp (renamed from ndb/src/client/odbc/handles/HandleDesc.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/handles/HandleDesc.hpp (renamed from ndb/src/client/odbc/handles/HandleDesc.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/handles/HandleEnv.cpp (renamed from ndb/src/client/odbc/handles/HandleEnv.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/handles/HandleEnv.hpp (renamed from ndb/src/client/odbc/handles/HandleEnv.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/handles/HandleRoot.cpp (renamed from ndb/src/client/odbc/handles/HandleRoot.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/handles/HandleRoot.hpp (renamed from ndb/src/client/odbc/handles/HandleRoot.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/handles/HandleStmt.cpp (renamed from ndb/src/client/odbc/handles/HandleStmt.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/handles/HandleStmt.hpp (renamed from ndb/src/client/odbc/handles/HandleStmt.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/handles/InfoTab.cpp (renamed from ndb/src/client/odbc/handles/InfoTab.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/handles/Makefile (renamed from ndb/src/client/odbc/handles/Makefile)0
-rw-r--r--ndb/src/old_files/client/odbc/handles/PoolNdb.cpp (renamed from ndb/src/client/odbc/handles/PoolNdb.cpp)0
-rw-r--r--ndb/src/old_files/client/odbc/handles/PoolNdb.hpp (renamed from ndb/src/client/odbc/handles/PoolNdb.hpp)0
-rw-r--r--ndb/src/old_files/client/odbc/handles/handles.hpp (renamed from ndb/src/client/odbc/handles/handles.hpp)0
-rw-r--r--ndb/src/old_files/newtonapi/Makefile (renamed from ndb/src/newtonapi/Makefile)0
-rw-r--r--ndb/src/old_files/newtonapi/dba_binding.cpp (renamed from ndb/src/newtonapi/dba_binding.cpp)0
-rw-r--r--ndb/src/old_files/newtonapi/dba_bulkread.cpp (renamed from ndb/src/newtonapi/dba_bulkread.cpp)0
-rw-r--r--ndb/src/old_files/newtonapi/dba_config.cpp (renamed from ndb/src/newtonapi/dba_config.cpp)0
-rw-r--r--ndb/src/old_files/newtonapi/dba_dac.cpp (renamed from ndb/src/newtonapi/dba_dac.cpp)0
-rw-r--r--ndb/src/old_files/newtonapi/dba_error.cpp (renamed from ndb/src/newtonapi/dba_error.cpp)0
-rw-r--r--ndb/src/old_files/newtonapi/dba_init.cpp (renamed from ndb/src/newtonapi/dba_init.cpp)0
-rw-r--r--ndb/src/old_files/newtonapi/dba_internal.hpp (renamed from ndb/src/newtonapi/dba_internal.hpp)0
-rw-r--r--ndb/src/old_files/newtonapi/dba_process.cpp (renamed from ndb/src/newtonapi/dba_process.cpp)0
-rw-r--r--ndb/src/old_files/newtonapi/dba_process.hpp (renamed from ndb/src/newtonapi/dba_process.hpp)0
-rw-r--r--ndb/src/old_files/newtonapi/dba_schema.cpp (renamed from ndb/src/newtonapi/dba_schema.cpp)0
-rw-r--r--ndb/src/old_files/rep/ExtSender.cpp (renamed from ndb/src/rep/ExtSender.cpp)0
-rw-r--r--ndb/src/old_files/rep/ExtSender.hpp (renamed from ndb/src/rep/ExtSender.hpp)0
-rw-r--r--ndb/src/old_files/rep/Makefile (renamed from ndb/src/rep/Makefile)0
-rw-r--r--ndb/src/old_files/rep/NodeConnectInfo.hpp (renamed from ndb/src/rep/NodeConnectInfo.hpp)0
-rw-r--r--ndb/src/old_files/rep/README (renamed from ndb/src/rep/README)0
-rw-r--r--ndb/src/old_files/rep/RepApiInterpreter.cpp (renamed from ndb/src/rep/RepApiInterpreter.cpp)0
-rw-r--r--ndb/src/old_files/rep/RepApiInterpreter.hpp (renamed from ndb/src/rep/RepApiInterpreter.hpp)0
-rw-r--r--ndb/src/old_files/rep/RepApiService.cpp (renamed from ndb/src/rep/RepApiService.cpp)0
-rw-r--r--ndb/src/old_files/rep/RepApiService.hpp (renamed from ndb/src/rep/RepApiService.hpp)0
-rw-r--r--ndb/src/old_files/rep/RepCommandInterpreter.cpp (renamed from ndb/src/rep/RepCommandInterpreter.cpp)0
-rw-r--r--ndb/src/old_files/rep/RepCommandInterpreter.hpp (renamed from ndb/src/rep/RepCommandInterpreter.hpp)0
-rw-r--r--ndb/src/old_files/rep/RepComponents.cpp (renamed from ndb/src/rep/RepComponents.cpp)0
-rw-r--r--ndb/src/old_files/rep/RepComponents.hpp (renamed from ndb/src/rep/RepComponents.hpp)0
-rw-r--r--ndb/src/old_files/rep/RepMain.cpp (renamed from ndb/src/rep/RepMain.cpp)0
-rw-r--r--ndb/src/old_files/rep/Requestor.cpp (renamed from ndb/src/rep/Requestor.cpp)0
-rw-r--r--ndb/src/old_files/rep/Requestor.hpp (renamed from ndb/src/rep/Requestor.hpp)0
-rw-r--r--ndb/src/old_files/rep/RequestorSubscriptions.cpp (renamed from ndb/src/rep/RequestorSubscriptions.cpp)0
-rw-r--r--ndb/src/old_files/rep/SignalQueue.cpp (renamed from ndb/src/rep/SignalQueue.cpp)0
-rw-r--r--ndb/src/old_files/rep/SignalQueue.hpp (renamed from ndb/src/rep/SignalQueue.hpp)0
-rw-r--r--ndb/src/old_files/rep/TODO (renamed from ndb/src/rep/TODO)0
-rw-r--r--ndb/src/old_files/rep/adapters/AppNDB.cpp (renamed from ndb/src/rep/adapters/AppNDB.cpp)0
-rw-r--r--ndb/src/old_files/rep/adapters/AppNDB.hpp (renamed from ndb/src/rep/adapters/AppNDB.hpp)0
-rw-r--r--ndb/src/old_files/rep/adapters/ExtAPI.cpp (renamed from ndb/src/rep/adapters/ExtAPI.cpp)0
-rw-r--r--ndb/src/old_files/rep/adapters/ExtAPI.hpp (renamed from ndb/src/rep/adapters/ExtAPI.hpp)0
-rw-r--r--ndb/src/old_files/rep/adapters/ExtNDB.cpp (renamed from ndb/src/rep/adapters/ExtNDB.cpp)0
-rw-r--r--ndb/src/old_files/rep/adapters/ExtNDB.hpp (renamed from ndb/src/rep/adapters/ExtNDB.hpp)0
-rw-r--r--ndb/src/old_files/rep/adapters/Makefile (renamed from ndb/src/rep/adapters/Makefile)0
-rw-r--r--ndb/src/old_files/rep/adapters/TableInfoPs.hpp (renamed from ndb/src/rep/adapters/TableInfoPs.hpp)0
-rw-r--r--ndb/src/old_files/rep/dbug_hack.cpp (renamed from ndb/src/rep/dbug_hack.cpp)0
-rw-r--r--ndb/src/old_files/rep/rep_version.hpp (renamed from ndb/src/rep/rep_version.hpp)0
-rw-r--r--ndb/src/old_files/rep/repapi/Makefile (renamed from ndb/src/rep/repapi/Makefile)0
-rw-r--r--ndb/src/old_files/rep/repapi/repapi.cpp (renamed from ndb/src/rep/repapi/repapi.cpp)0
-rw-r--r--ndb/src/old_files/rep/repapi/repapi.h (renamed from ndb/src/rep/repapi/repapi.h)0
-rw-r--r--ndb/src/old_files/rep/state/Channel.cpp (renamed from ndb/src/rep/state/Channel.cpp)0
-rw-r--r--ndb/src/old_files/rep/state/Channel.hpp (renamed from ndb/src/rep/state/Channel.hpp)0
-rw-r--r--ndb/src/old_files/rep/state/Interval.cpp (renamed from ndb/src/rep/state/Interval.cpp)0
-rw-r--r--ndb/src/old_files/rep/state/Interval.hpp (renamed from ndb/src/rep/state/Interval.hpp)0
-rw-r--r--ndb/src/old_files/rep/state/Makefile (renamed from ndb/src/rep/state/Makefile)0
-rw-r--r--ndb/src/old_files/rep/state/RepState.cpp (renamed from ndb/src/rep/state/RepState.cpp)0
-rw-r--r--ndb/src/old_files/rep/state/RepState.hpp (renamed from ndb/src/rep/state/RepState.hpp)0
-rw-r--r--ndb/src/old_files/rep/state/RepStateEvent.cpp (renamed from ndb/src/rep/state/RepStateEvent.cpp)0
-rw-r--r--ndb/src/old_files/rep/state/RepStateRequests.cpp (renamed from ndb/src/rep/state/RepStateRequests.cpp)0
-rw-r--r--ndb/src/old_files/rep/state/testInterval/Makefile (renamed from ndb/src/rep/state/testInterval/Makefile)0
-rw-r--r--ndb/src/old_files/rep/state/testInterval/testInterval.cpp (renamed from ndb/src/rep/state/testInterval/testInterval.cpp)0
-rw-r--r--ndb/src/old_files/rep/state/testRepState/Makefile (renamed from ndb/src/rep/state/testRepState/Makefile)0
-rw-r--r--ndb/src/old_files/rep/state/testRepState/testRequestor.cpp (renamed from ndb/src/rep/state/testRepState/testRequestor.cpp)0
-rw-r--r--ndb/src/old_files/rep/state/testRepState/testRequestor.hpp (renamed from ndb/src/rep/state/testRepState/testRequestor.hpp)0
-rw-r--r--ndb/src/old_files/rep/storage/GCIBuffer.cpp (renamed from ndb/src/rep/storage/GCIBuffer.cpp)0
-rw-r--r--ndb/src/old_files/rep/storage/GCIBuffer.hpp (renamed from ndb/src/rep/storage/GCIBuffer.hpp)0
-rw-r--r--ndb/src/old_files/rep/storage/GCIContainer.cpp (renamed from ndb/src/rep/storage/GCIContainer.cpp)0
-rw-r--r--ndb/src/old_files/rep/storage/GCIContainer.hpp (renamed from ndb/src/rep/storage/GCIContainer.hpp)0
-rw-r--r--ndb/src/old_files/rep/storage/GCIContainerPS.cpp (renamed from ndb/src/rep/storage/GCIContainerPS.cpp)0
-rw-r--r--ndb/src/old_files/rep/storage/GCIContainerPS.hpp (renamed from ndb/src/rep/storage/GCIContainerPS.hpp)0
-rw-r--r--ndb/src/old_files/rep/storage/GCIPage.cpp (renamed from ndb/src/rep/storage/GCIPage.cpp)0
-rw-r--r--ndb/src/old_files/rep/storage/GCIPage.hpp (renamed from ndb/src/rep/storage/GCIPage.hpp)0
-rw-r--r--ndb/src/old_files/rep/storage/LogRecord.hpp (renamed from ndb/src/rep/storage/LogRecord.hpp)0
-rw-r--r--ndb/src/old_files/rep/storage/Makefile (renamed from ndb/src/rep/storage/Makefile)0
-rw-r--r--ndb/src/old_files/rep/storage/NodeConnectInfo.hpp (renamed from ndb/src/rep/storage/NodeConnectInfo.hpp)0
-rw-r--r--ndb/src/old_files/rep/storage/NodeGroup.cpp (renamed from ndb/src/rep/storage/NodeGroup.cpp)0
-rw-r--r--ndb/src/old_files/rep/storage/NodeGroup.hpp (renamed from ndb/src/rep/storage/NodeGroup.hpp)0
-rw-r--r--ndb/src/old_files/rep/storage/NodeGroupInfo.cpp (renamed from ndb/src/rep/storage/NodeGroupInfo.cpp)0
-rw-r--r--ndb/src/old_files/rep/storage/NodeGroupInfo.hpp (renamed from ndb/src/rep/storage/NodeGroupInfo.hpp)0
-rw-r--r--ndb/src/old_files/rep/transfer/Makefile (renamed from ndb/src/rep/transfer/Makefile)0
-rw-r--r--ndb/src/old_files/rep/transfer/TransPS.cpp (renamed from ndb/src/rep/transfer/TransPS.cpp)0
-rw-r--r--ndb/src/old_files/rep/transfer/TransPS.hpp (renamed from ndb/src/rep/transfer/TransPS.hpp)0
-rw-r--r--ndb/src/old_files/rep/transfer/TransSS.cpp (renamed from ndb/src/rep/transfer/TransSS.cpp)0
-rw-r--r--ndb/src/old_files/rep/transfer/TransSS.hpp (renamed from ndb/src/rep/transfer/TransSS.hpp)0
-rw-r--r--ndb/src/old_files/rep/transfer/TransSSSubscriptions.cpp (renamed from ndb/src/rep/transfer/TransSSSubscriptions.cpp)0
393 files changed, 93 insertions, 99 deletions
diff --git a/configure.in b/configure.in
index a1d22625578..043f65b845f 100644
--- a/configure.in
+++ b/configure.in
@@ -432,6 +432,9 @@ AC_SUBST(HOSTNAME)
AC_SUBST(PERL)
AC_SUBST(PERL5)
+AC_PATH_PROG(DOXYGEN, doxygen, no)
+AC_SUBST(DOXYGEN)
+
# Lock for PS
AC_PATH_PROG(PS, ps, ps)
AC_MSG_CHECKING("how to check if pid exists")
@@ -2907,6 +2910,7 @@ AC_SUBST(MAKE_BINARY_DISTRIBUTION_OPTIONS)
# Output results
AC_OUTPUT(Makefile extra/Makefile mysys/Makefile isam/Makefile dnl
+ ndb/docs/Makefile dnl
ndb/Makefile ndb/include/Makefile dnl
ndb/src/Makefile ndb/src/common/Makefile dnl
ndb/tools/Makefile dnl
diff --git a/ndb/docs/Makefile b/ndb/docs/Makefile
deleted file mode 100644
index a2139b66044..00000000000
--- a/ndb/docs/Makefile
+++ /dev/null
@@ -1,97 +0,0 @@
-include .defs.mk
-#
-# hack before full autoconf
-replace-targets := all clean
-first-docs: all
-
-include $(NDB_TOP)/Epilogue.mk
-
-all: ndbapidoc mgmapidoc
-
-DOXYGEN = doxygen
-DOXYTOP = $(shell cd $(NDB_TOP); pwd)/docs
-DOXYDIR = $(DOXYTOP)/doxygen
-DOXYTMP = $(DOXYTOP)/.doxytmp
-DOXYOUT = $(DOXYTOP)/.doxyout
-
-clean:
- rm -rf ndbapi.pdf ndbapi.html mgmapi.pdf mgmapi.html
- rm -rf $(DOXYTMP) $(DOXYOUT)
-
-###
-#
-# NDB API Programmer's Guide
-#
-ndbapidoc: ndbapi.pdf
-
-ndbapi.pdf: $(NDB_TOP)/include/ndb_version.h
- @set -x; \
- rm -rf ndbapi.pdf ndbapi.html; \
- rm -rf $(DOXYTMP) $(DOXYOUT); \
- mkdir -p $(DOXYTMP) $(DOXYOUT); \
- (cd $(NDB_TOP)/include/ndbapi && \
- find . -type f -print | \
- grep -v /SCCS | \
- cpio -pdm $(DOXYTMP)); \
- (cd $(NDB_TOP)/examples && \
- cp -p */*.[ch]pp $(DOXYTMP)); \
- $(DOXYDIR)/predoxy.pl; \
- mv footer.html $(DOXYTMP); \
- (cd $(DOXYTMP) && \
- $(DOXYGEN) $(DOXYDIR)/Doxyfile.ndbapi); \
- $(DOXYDIR)/postdoxy.pl $(DOXYOUT)/ndbapi.latex "NDB API Programmer Guide"; \
- (cd $(DOXYOUT) && \
- find ndbapi.html -print | cpio -pdm $(DOXYTOP)); \
- (cd $(DOXYOUT)/ndbapi.latex && \
- pdflatex refman.tex && makeindex refman && pdflatex refman.tex && \
- cp -p refman.pdf $(DOXYTOP)/ndbapi.pdf);
-
-###
-#
-# MGM API Guide
-#
-mgmapidoc: mgmapi.pdf
-
-mgmapi.pdf: $(NDB_TOP)/include/ndb_version.h
- @set -x; \
- rm -rf mgmapi.pdf mgmapi.html; \
- rm -rf $(DOXYTMP) $(DOXYOUT); \
- mkdir -p $(DOXYTMP) $(DOXYOUT); \
- (cd $(NDB_TOP)/include/mgmapi && \
- find . -type f -print | \
- grep -v /SCCS | \
- cpio -pdm $(DOXYTMP)); \
- $(DOXYDIR)/predoxy.pl; \
- mv footer.html $(DOXYTMP); \
- (cd $(DOXYTMP) && \
- $(DOXYGEN) $(DOXYDIR)/Doxyfile.mgmapi); \
- $(DOXYDIR)/postdoxy.pl $(OUTDIR)/mgmapi.latex "NDB Cluster MGM API Guide"; \
- (cd $(DOXYOUT) && \
- find mgmapi.html -print | cpio -pdm $(DOXYTOP)); \
- (cd $(DOXYOUT)/mgmapi.latex && \
- pdflatex refman.tex && makeindex refman && pdflatex refman.tex && \
- cp -p refman.pdf $(DOXYTOP)/mgmapi.pdf);
-
-###
-#
-# Complete Source Browser except for
-# ndbapi odbc test tools win32 lib examples docs CVS config bin
-# include/ndbapi
-# include/newtonapi src/newtonapi
-# include/mgmapi src/mgmapi
-# src/client
-ndbdoc: DUMMY
- mkdir -p $(OUTDIR)
- cd $(NDB_TOP) ; $(DOXYGEN) $(DOXYDIR)/Doxyfile.ndb
-
-###
-#
-# odbcdoc - Complete Source Browser for NDB ODBC (src/client/odbc)
-
-odbcdoc: DUMMY
- mkdir -p $(OUTDIR)
- cd $(NDB_TOP) ; $(DOXYGEN) $(DOXYDIR)/Doxyfile.odbc
-
-testdoc: DUMMY
- mkdir -p $(OUTDIR)
- cd $(NDB_TOP) ; $(DOXYGEN) $(DOXYDIR)/Doxyfile.test
diff --git a/ndb/docs/Makefile.am b/ndb/docs/Makefile.am
new file mode 100644
index 00000000000..0ece3607a09
--- /dev/null
+++ b/ndb/docs/Makefile.am
@@ -0,0 +1,89 @@
+
+all: do-check ndbapidoc mgmapidoc
+
+DOXYDIR = doxygen
+DOXYTMP = .doxytmp
+DOXYOUT = .doxyout
+
+clean:
+ rm -rf ndbapi.pdf ndbapi.html mgmapi.pdf mgmapi.html
+ rm -rf $(DOXYTMP) $(DOXYOUT)
+
+do-check:
+ @set -x; \
+ if test $(PERL) = no ; then \
+ echo "Perl needed to make docs"; \
+ exit 1; \
+ fi; \
+ if test $(DOXYGEN) = no ; then \
+ echo "Doxygen needed to make docs"; \
+ exit 1; \
+ fi;
+###
+#
+# NDB API Programmer's Guide
+#
+ndbapidoc: ndbapi.pdf
+
+ndbapi.pdf: $(top_srcdir)/ndb/include/ndb_version.h
+ @set -x; \
+ @RM@ -f ndbapi.pdf ndbapi.html; \
+ @RM@ -rf $(DOXYTMP) $(DOXYOUT); \
+ @mkdir_p@ $(DOXYTMP) $(DOXYOUT); \
+ @CP@ $(top_srcdir)/ndb/include/ndbapi/* $(DOXYTMP); \
+ @CP@ $(top_srcdir)/ndb/examples/*/*.[ch]pp $(DOXYTMP); \
+ @PERL@ $(DOXYDIR)/predoxy.pl; \
+ mv footer.html $(DOXYTMP); \
+ (cd $(DOXYTMP) ; @DOXYGEN@ ../$(DOXYDIR)/Doxyfile.ndbapi); \
+ @PERL@ $(DOXYDIR)/postdoxy.pl $(DOXYOUT)/ndbapi.latex "NDB API Programmer Guide"; \
+ (cd $(DOXYOUT) && \
+ find ndbapi.html -print | cpio -pdm ..); \
+ (cd $(DOXYOUT)/ndbapi.latex && \
+ pdflatex refman.tex && makeindex refman && pdflatex refman.tex && \
+ cp -p refman.pdf ../../ndbapi.pdf);
+
+###
+#
+# MGM API Guide
+#
+mgmapidoc: mgmapi.pdf
+
+mgmapi.pdf: $(top_srcdir)/ndb/include/ndb_version.h
+ @set -x; \
+ @RM@ -f mgmapi.pdf mgmapi.html; \
+ @RM@ -rf $(DOXYTMP) $(DOXYOUT); \
+ @mkdir_p@ $(DOXYTMP) $(DOXYOUT); \
+ @CP@ $(top_srcdir)/ndb/include/mgmapi/* $(DOXYTMP); \
+ @PERL@ $(DOXYDIR)/predoxy.pl; \
+ mv footer.html $(DOXYTMP); \
+ (cd $(DOXYTMP) ; @DOXYGEN@ ../$(DOXYDIR)/Doxyfile.mgmapi); \
+ @PERL@ $(DOXYDIR)/postdoxy.pl $(DOXYOUT)/mgmapi.latex "NDB Cluster MGM API Guide"; \
+ (cd $(DOXYOUT) && \
+ find mgmapi.html -print | cpio -pdm ..); \
+ (cd $(DOXYOUT)/mgmapi.latex && \
+ pdflatex refman.tex && makeindex refman && pdflatex refman.tex && \
+ cp -p refman.pdf ../../mgmapi.pdf);
+
+###
+#
+# Complete Source Browser except for
+# ndbapi odbc test tools win32 lib examples docs CVS config bin
+# include/ndbapi
+# include/newtonapi src/newtonapi
+# include/mgmapi src/mgmapi
+# src/client
+ndbdoc: DUMMY
+ mkdir -p $(OUTDIR)
+ cd $(top_srcdir)/ndb ; $(DOXYGEN) $(DOXYDIR)/Doxyfile.ndb
+
+###
+#
+# odbcdoc - Complete Source Browser for NDB ODBC (src/client/odbc)
+
+odbcdoc: DUMMY
+ mkdir -p $(OUTDIR)
+ cd $(top_srcdir)/ndb ; $(DOXYGEN) $(DOXYDIR)/Doxyfile.odbc
+
+testdoc: DUMMY
+ mkdir -p $(OUTDIR)
+ cd $(top_srcdir)/ndb ; $(DOXYGEN) $(DOXYDIR)/Doxyfile.test
diff --git a/ndb/docs/doxygen/postdoxy.pl b/ndb/docs/doxygen/postdoxy.pl
index 95062d1899f..ad0edb44a31 100755
--- a/ndb/docs/doxygen/postdoxy.pl
+++ b/ndb/docs/doxygen/postdoxy.pl
@@ -1,4 +1,3 @@
-#!/usr/local/bin/perl
#
# Written by Lars Thalmann, lars@mysql.com, 2003.
#
diff --git a/ndb/docs/doxygen/predoxy.pl b/ndb/docs/doxygen/predoxy.pl
index 461ad02478a..8dad1d964d0 100755
--- a/ndb/docs/doxygen/predoxy.pl
+++ b/ndb/docs/doxygen/predoxy.pl
@@ -1,4 +1,3 @@
-#!/usr/local/bin/perl
#
# Written by Lars Thalmann, lars@mysql.com, 2003.
#
diff --git a/ndb/src/client/Makefile b/ndb/src/old_files/client/Makefile
index 1751a98bdfe..1751a98bdfe 100644
--- a/ndb/src/client/Makefile
+++ b/ndb/src/old_files/client/Makefile
diff --git a/ndb/src/client/odbc/Extra.mk b/ndb/src/old_files/client/odbc/Extra.mk
index 762fb0bedd0..762fb0bedd0 100644
--- a/ndb/src/client/odbc/Extra.mk
+++ b/ndb/src/old_files/client/odbc/Extra.mk
diff --git a/ndb/src/client/odbc/Makefile b/ndb/src/old_files/client/odbc/Makefile
index 2da683e7d86..2da683e7d86 100644
--- a/ndb/src/client/odbc/Makefile
+++ b/ndb/src/old_files/client/odbc/Makefile
diff --git a/ndb/src/client/odbc/NdbOdbc.cpp b/ndb/src/old_files/client/odbc/NdbOdbc.cpp
index 67c6b5e0004..67c6b5e0004 100755
--- a/ndb/src/client/odbc/NdbOdbc.cpp
+++ b/ndb/src/old_files/client/odbc/NdbOdbc.cpp
diff --git a/ndb/src/client/odbc/NdbOdbc.def b/ndb/src/old_files/client/odbc/NdbOdbc.def
index 85619b91915..85619b91915 100755
--- a/ndb/src/client/odbc/NdbOdbc.def
+++ b/ndb/src/old_files/client/odbc/NdbOdbc.def
diff --git a/ndb/src/client/odbc/codegen/CodeGen.cpp b/ndb/src/old_files/client/odbc/codegen/CodeGen.cpp
index 6be78b62bd9..6be78b62bd9 100644
--- a/ndb/src/client/odbc/codegen/CodeGen.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/CodeGen.cpp
diff --git a/ndb/src/client/odbc/codegen/CodeGen.hpp b/ndb/src/old_files/client/odbc/codegen/CodeGen.hpp
index ae61dab0c2a..ae61dab0c2a 100644
--- a/ndb/src/client/odbc/codegen/CodeGen.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/CodeGen.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_base.cpp b/ndb/src/old_files/client/odbc/codegen/Code_base.cpp
index dc02e071156..dc02e071156 100644
--- a/ndb/src/client/odbc/codegen/Code_base.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_base.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_base.hpp b/ndb/src/old_files/client/odbc/codegen/Code_base.hpp
index c67c0ca7adb..c67c0ca7adb 100644
--- a/ndb/src/client/odbc/codegen/Code_base.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_base.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_column.cpp b/ndb/src/old_files/client/odbc/codegen/Code_column.cpp
index c4c0480a5e7..c4c0480a5e7 100644
--- a/ndb/src/client/odbc/codegen/Code_column.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_column.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_column.hpp b/ndb/src/old_files/client/odbc/codegen/Code_column.hpp
index af0dcea690d..af0dcea690d 100644
--- a/ndb/src/client/odbc/codegen/Code_column.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_column.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_comp_op.cpp b/ndb/src/old_files/client/odbc/codegen/Code_comp_op.cpp
index 7782ed1ea2a..7782ed1ea2a 100644
--- a/ndb/src/client/odbc/codegen/Code_comp_op.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_comp_op.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_comp_op.hpp b/ndb/src/old_files/client/odbc/codegen/Code_comp_op.hpp
index 0585ab1dabf..0585ab1dabf 100644
--- a/ndb/src/client/odbc/codegen/Code_comp_op.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_comp_op.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_create_index.cpp b/ndb/src/old_files/client/odbc/codegen/Code_create_index.cpp
index 84f319338a4..84f319338a4 100644
--- a/ndb/src/client/odbc/codegen/Code_create_index.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_create_index.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_create_index.hpp b/ndb/src/old_files/client/odbc/codegen/Code_create_index.hpp
index ebd757e1118..ebd757e1118 100644
--- a/ndb/src/client/odbc/codegen/Code_create_index.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_create_index.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_create_row.cpp b/ndb/src/old_files/client/odbc/codegen/Code_create_row.cpp
index 5b90b658ed7..5b90b658ed7 100644
--- a/ndb/src/client/odbc/codegen/Code_create_row.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_create_row.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_create_row.hpp b/ndb/src/old_files/client/odbc/codegen/Code_create_row.hpp
index f03455ff28e..f03455ff28e 100644
--- a/ndb/src/client/odbc/codegen/Code_create_row.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_create_row.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_create_table.cpp b/ndb/src/old_files/client/odbc/codegen/Code_create_table.cpp
index 14e4abbd7fe..14e4abbd7fe 100644
--- a/ndb/src/client/odbc/codegen/Code_create_table.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_create_table.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_create_table.hpp b/ndb/src/old_files/client/odbc/codegen/Code_create_table.hpp
index cbb2189d8ce..cbb2189d8ce 100644
--- a/ndb/src/client/odbc/codegen/Code_create_table.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_create_table.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_data_type.cpp b/ndb/src/old_files/client/odbc/codegen/Code_data_type.cpp
index 1ff0fcebcbe..1ff0fcebcbe 100644
--- a/ndb/src/client/odbc/codegen/Code_data_type.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_data_type.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_data_type.hpp b/ndb/src/old_files/client/odbc/codegen/Code_data_type.hpp
index 735dc05014f..735dc05014f 100644
--- a/ndb/src/client/odbc/codegen/Code_data_type.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_data_type.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_ddl.cpp b/ndb/src/old_files/client/odbc/codegen/Code_ddl.cpp
index 2ba4291a0e8..2ba4291a0e8 100644
--- a/ndb/src/client/odbc/codegen/Code_ddl.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_ddl.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_ddl.hpp b/ndb/src/old_files/client/odbc/codegen/Code_ddl.hpp
index 1ceca62d55d..1ceca62d55d 100644
--- a/ndb/src/client/odbc/codegen/Code_ddl.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_ddl.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_ddl_column.cpp b/ndb/src/old_files/client/odbc/codegen/Code_ddl_column.cpp
index ee037e54c1f..ee037e54c1f 100644
--- a/ndb/src/client/odbc/codegen/Code_ddl_column.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_ddl_column.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_ddl_column.hpp b/ndb/src/old_files/client/odbc/codegen/Code_ddl_column.hpp
index 7d089d37440..7d089d37440 100644
--- a/ndb/src/client/odbc/codegen/Code_ddl_column.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_ddl_column.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_ddl_constr.cpp b/ndb/src/old_files/client/odbc/codegen/Code_ddl_constr.cpp
index 78c23e38d97..78c23e38d97 100644
--- a/ndb/src/client/odbc/codegen/Code_ddl_constr.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_ddl_constr.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_ddl_constr.hpp b/ndb/src/old_files/client/odbc/codegen/Code_ddl_constr.hpp
index ea7808b37cb..ea7808b37cb 100644
--- a/ndb/src/client/odbc/codegen/Code_ddl_constr.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_ddl_constr.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_ddl_row.cpp b/ndb/src/old_files/client/odbc/codegen/Code_ddl_row.cpp
index 87589ebbaa0..87589ebbaa0 100644
--- a/ndb/src/client/odbc/codegen/Code_ddl_row.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_ddl_row.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_ddl_row.hpp b/ndb/src/old_files/client/odbc/codegen/Code_ddl_row.hpp
index ac3eded1b2e..ac3eded1b2e 100644
--- a/ndb/src/client/odbc/codegen/Code_ddl_row.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_ddl_row.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_delete.cpp b/ndb/src/old_files/client/odbc/codegen/Code_delete.cpp
index 35b3daa1aca..35b3daa1aca 100644
--- a/ndb/src/client/odbc/codegen/Code_delete.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_delete.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_delete.hpp b/ndb/src/old_files/client/odbc/codegen/Code_delete.hpp
index c7fa245497b..c7fa245497b 100644
--- a/ndb/src/client/odbc/codegen/Code_delete.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_delete.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_delete_index.cpp b/ndb/src/old_files/client/odbc/codegen/Code_delete_index.cpp
index 8f2c3be2848..8f2c3be2848 100644
--- a/ndb/src/client/odbc/codegen/Code_delete_index.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_delete_index.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_delete_index.hpp b/ndb/src/old_files/client/odbc/codegen/Code_delete_index.hpp
index 1aaaa18abcb..1aaaa18abcb 100644
--- a/ndb/src/client/odbc/codegen/Code_delete_index.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_delete_index.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_delete_lookup.cpp b/ndb/src/old_files/client/odbc/codegen/Code_delete_lookup.cpp
index 4a6dec64654..4a6dec64654 100644
--- a/ndb/src/client/odbc/codegen/Code_delete_lookup.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_delete_lookup.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_delete_lookup.hpp b/ndb/src/old_files/client/odbc/codegen/Code_delete_lookup.hpp
index 4138baefa4c..4138baefa4c 100644
--- a/ndb/src/client/odbc/codegen/Code_delete_lookup.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_delete_lookup.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_delete_scan.cpp b/ndb/src/old_files/client/odbc/codegen/Code_delete_scan.cpp
index fed7244a026..fed7244a026 100644
--- a/ndb/src/client/odbc/codegen/Code_delete_scan.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_delete_scan.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_delete_scan.hpp b/ndb/src/old_files/client/odbc/codegen/Code_delete_scan.hpp
index eb013a8257e..eb013a8257e 100644
--- a/ndb/src/client/odbc/codegen/Code_delete_scan.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_delete_scan.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_dml.cpp b/ndb/src/old_files/client/odbc/codegen/Code_dml.cpp
index 44fd4478646..44fd4478646 100644
--- a/ndb/src/client/odbc/codegen/Code_dml.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_dml.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_dml.hpp b/ndb/src/old_files/client/odbc/codegen/Code_dml.hpp
index 0618f583984..0618f583984 100644
--- a/ndb/src/client/odbc/codegen/Code_dml.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_dml.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_dml_column.cpp b/ndb/src/old_files/client/odbc/codegen/Code_dml_column.cpp
index 808e2ac8c4b..808e2ac8c4b 100644
--- a/ndb/src/client/odbc/codegen/Code_dml_column.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_dml_column.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_dml_column.hpp b/ndb/src/old_files/client/odbc/codegen/Code_dml_column.hpp
index 0fb33944a3a..0fb33944a3a 100644
--- a/ndb/src/client/odbc/codegen/Code_dml_column.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_dml_column.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_dml_row.cpp b/ndb/src/old_files/client/odbc/codegen/Code_dml_row.cpp
index ceb63a9f7b9..ceb63a9f7b9 100644
--- a/ndb/src/client/odbc/codegen/Code_dml_row.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_dml_row.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_dml_row.hpp b/ndb/src/old_files/client/odbc/codegen/Code_dml_row.hpp
index 6c7e46ba9af..6c7e46ba9af 100644
--- a/ndb/src/client/odbc/codegen/Code_dml_row.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_dml_row.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_drop_index.cpp b/ndb/src/old_files/client/odbc/codegen/Code_drop_index.cpp
index b6bae88e270..b6bae88e270 100644
--- a/ndb/src/client/odbc/codegen/Code_drop_index.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_drop_index.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_drop_index.hpp b/ndb/src/old_files/client/odbc/codegen/Code_drop_index.hpp
index 99891c9a52f..99891c9a52f 100644
--- a/ndb/src/client/odbc/codegen/Code_drop_index.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_drop_index.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_drop_table.cpp b/ndb/src/old_files/client/odbc/codegen/Code_drop_table.cpp
index f20bf9fdae0..f20bf9fdae0 100644
--- a/ndb/src/client/odbc/codegen/Code_drop_table.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_drop_table.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_drop_table.hpp b/ndb/src/old_files/client/odbc/codegen/Code_drop_table.hpp
index 849a472ed94..849a472ed94 100644
--- a/ndb/src/client/odbc/codegen/Code_drop_table.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_drop_table.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_expr.cpp b/ndb/src/old_files/client/odbc/codegen/Code_expr.cpp
index 4afa75986a0..4afa75986a0 100644
--- a/ndb/src/client/odbc/codegen/Code_expr.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_expr.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_expr.hpp b/ndb/src/old_files/client/odbc/codegen/Code_expr.hpp
index b6f07471b4d..b6f07471b4d 100644
--- a/ndb/src/client/odbc/codegen/Code_expr.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_expr.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_expr_column.cpp b/ndb/src/old_files/client/odbc/codegen/Code_expr_column.cpp
index 17a9a502d4c..17a9a502d4c 100644
--- a/ndb/src/client/odbc/codegen/Code_expr_column.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_expr_column.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_expr_column.hpp b/ndb/src/old_files/client/odbc/codegen/Code_expr_column.hpp
index 2ce7c441e45..2ce7c441e45 100644
--- a/ndb/src/client/odbc/codegen/Code_expr_column.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_expr_column.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_expr_const.cpp b/ndb/src/old_files/client/odbc/codegen/Code_expr_const.cpp
index 564d307a4f8..564d307a4f8 100644
--- a/ndb/src/client/odbc/codegen/Code_expr_const.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_expr_const.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_expr_const.hpp b/ndb/src/old_files/client/odbc/codegen/Code_expr_const.hpp
index 2e26c637a23..2e26c637a23 100644
--- a/ndb/src/client/odbc/codegen/Code_expr_const.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_expr_const.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_expr_conv.cpp b/ndb/src/old_files/client/odbc/codegen/Code_expr_conv.cpp
index bc89482fedc..bc89482fedc 100644
--- a/ndb/src/client/odbc/codegen/Code_expr_conv.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_expr_conv.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_expr_conv.hpp b/ndb/src/old_files/client/odbc/codegen/Code_expr_conv.hpp
index 3294960c7b3..3294960c7b3 100644
--- a/ndb/src/client/odbc/codegen/Code_expr_conv.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_expr_conv.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_expr_func.cpp b/ndb/src/old_files/client/odbc/codegen/Code_expr_func.cpp
index 96b461a72d9..96b461a72d9 100644
--- a/ndb/src/client/odbc/codegen/Code_expr_func.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_expr_func.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_expr_func.hpp b/ndb/src/old_files/client/odbc/codegen/Code_expr_func.hpp
index 856d7529875..856d7529875 100644
--- a/ndb/src/client/odbc/codegen/Code_expr_func.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_expr_func.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_expr_op.cpp b/ndb/src/old_files/client/odbc/codegen/Code_expr_op.cpp
index 7e8314c1741..7e8314c1741 100644
--- a/ndb/src/client/odbc/codegen/Code_expr_op.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_expr_op.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_expr_op.hpp b/ndb/src/old_files/client/odbc/codegen/Code_expr_op.hpp
index f9686cad151..f9686cad151 100644
--- a/ndb/src/client/odbc/codegen/Code_expr_op.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_expr_op.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_expr_param.cpp b/ndb/src/old_files/client/odbc/codegen/Code_expr_param.cpp
index 93892cae5e6..93892cae5e6 100644
--- a/ndb/src/client/odbc/codegen/Code_expr_param.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_expr_param.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_expr_param.hpp b/ndb/src/old_files/client/odbc/codegen/Code_expr_param.hpp
index 783e5c087b4..783e5c087b4 100644
--- a/ndb/src/client/odbc/codegen/Code_expr_param.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_expr_param.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_expr_row.cpp b/ndb/src/old_files/client/odbc/codegen/Code_expr_row.cpp
index da1751d41d1..da1751d41d1 100644
--- a/ndb/src/client/odbc/codegen/Code_expr_row.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_expr_row.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_expr_row.hpp b/ndb/src/old_files/client/odbc/codegen/Code_expr_row.hpp
index 94527931dba..94527931dba 100644
--- a/ndb/src/client/odbc/codegen/Code_expr_row.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_expr_row.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_idx_column.cpp b/ndb/src/old_files/client/odbc/codegen/Code_idx_column.cpp
index 584ffef3e01..584ffef3e01 100644
--- a/ndb/src/client/odbc/codegen/Code_idx_column.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_idx_column.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_idx_column.hpp b/ndb/src/old_files/client/odbc/codegen/Code_idx_column.hpp
index 209ed705b48..209ed705b48 100644
--- a/ndb/src/client/odbc/codegen/Code_idx_column.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_idx_column.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_insert.cpp b/ndb/src/old_files/client/odbc/codegen/Code_insert.cpp
index c442186c181..c442186c181 100644
--- a/ndb/src/client/odbc/codegen/Code_insert.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_insert.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_insert.hpp b/ndb/src/old_files/client/odbc/codegen/Code_insert.hpp
index 748b092e33a..748b092e33a 100644
--- a/ndb/src/client/odbc/codegen/Code_insert.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_insert.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_pred.cpp b/ndb/src/old_files/client/odbc/codegen/Code_pred.cpp
index fe7cac7606e..fe7cac7606e 100644
--- a/ndb/src/client/odbc/codegen/Code_pred.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_pred.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_pred.hpp b/ndb/src/old_files/client/odbc/codegen/Code_pred.hpp
index a77c1161fa1..a77c1161fa1 100644
--- a/ndb/src/client/odbc/codegen/Code_pred.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_pred.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_pred_op.cpp b/ndb/src/old_files/client/odbc/codegen/Code_pred_op.cpp
index 29736e45818..29736e45818 100644
--- a/ndb/src/client/odbc/codegen/Code_pred_op.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_pred_op.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_pred_op.hpp b/ndb/src/old_files/client/odbc/codegen/Code_pred_op.hpp
index 9130bc3cb81..9130bc3cb81 100644
--- a/ndb/src/client/odbc/codegen/Code_pred_op.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_pred_op.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_query.cpp b/ndb/src/old_files/client/odbc/codegen/Code_query.cpp
index 9e983942601..9e983942601 100644
--- a/ndb/src/client/odbc/codegen/Code_query.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_query.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_query.hpp b/ndb/src/old_files/client/odbc/codegen/Code_query.hpp
index 97f98f859ff..97f98f859ff 100644
--- a/ndb/src/client/odbc/codegen/Code_query.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_query.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_query_count.cpp b/ndb/src/old_files/client/odbc/codegen/Code_query_count.cpp
index f52c41df802..f52c41df802 100644
--- a/ndb/src/client/odbc/codegen/Code_query_count.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_query_count.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_query_count.hpp b/ndb/src/old_files/client/odbc/codegen/Code_query_count.hpp
index a094eba4519..a094eba4519 100644
--- a/ndb/src/client/odbc/codegen/Code_query_count.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_query_count.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_query_distinct.cpp b/ndb/src/old_files/client/odbc/codegen/Code_query_distinct.cpp
index 4cbfbfe812d..4cbfbfe812d 100644
--- a/ndb/src/client/odbc/codegen/Code_query_distinct.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_query_distinct.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_query_distinct.hpp b/ndb/src/old_files/client/odbc/codegen/Code_query_distinct.hpp
index 62c46bda901..62c46bda901 100644
--- a/ndb/src/client/odbc/codegen/Code_query_distinct.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_query_distinct.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_query_filter.cpp b/ndb/src/old_files/client/odbc/codegen/Code_query_filter.cpp
index 934a24d182d..934a24d182d 100644
--- a/ndb/src/client/odbc/codegen/Code_query_filter.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_query_filter.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_query_filter.hpp b/ndb/src/old_files/client/odbc/codegen/Code_query_filter.hpp
index 60cbf0f86a7..60cbf0f86a7 100644
--- a/ndb/src/client/odbc/codegen/Code_query_filter.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_query_filter.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_query_group.cpp b/ndb/src/old_files/client/odbc/codegen/Code_query_group.cpp
index c3019efaa85..c3019efaa85 100644
--- a/ndb/src/client/odbc/codegen/Code_query_group.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_query_group.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_query_group.hpp b/ndb/src/old_files/client/odbc/codegen/Code_query_group.hpp
index e79022c5284..e79022c5284 100644
--- a/ndb/src/client/odbc/codegen/Code_query_group.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_query_group.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_query_index.cpp b/ndb/src/old_files/client/odbc/codegen/Code_query_index.cpp
index ee19d6123cc..ee19d6123cc 100644
--- a/ndb/src/client/odbc/codegen/Code_query_index.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_query_index.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_query_index.hpp b/ndb/src/old_files/client/odbc/codegen/Code_query_index.hpp
index 87affd50580..87affd50580 100644
--- a/ndb/src/client/odbc/codegen/Code_query_index.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_query_index.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_query_join.cpp b/ndb/src/old_files/client/odbc/codegen/Code_query_join.cpp
index 89aafe13610..89aafe13610 100644
--- a/ndb/src/client/odbc/codegen/Code_query_join.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_query_join.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_query_join.hpp b/ndb/src/old_files/client/odbc/codegen/Code_query_join.hpp
index f6ac9205329..f6ac9205329 100644
--- a/ndb/src/client/odbc/codegen/Code_query_join.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_query_join.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_query_lookup.cpp b/ndb/src/old_files/client/odbc/codegen/Code_query_lookup.cpp
index bad4199190b..bad4199190b 100644
--- a/ndb/src/client/odbc/codegen/Code_query_lookup.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_query_lookup.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_query_lookup.hpp b/ndb/src/old_files/client/odbc/codegen/Code_query_lookup.hpp
index e66623d4030..e66623d4030 100644
--- a/ndb/src/client/odbc/codegen/Code_query_lookup.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_query_lookup.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_query_project.cpp b/ndb/src/old_files/client/odbc/codegen/Code_query_project.cpp
index 54043ce3d5d..54043ce3d5d 100644
--- a/ndb/src/client/odbc/codegen/Code_query_project.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_query_project.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_query_project.hpp b/ndb/src/old_files/client/odbc/codegen/Code_query_project.hpp
index 545685ab9df..545685ab9df 100644
--- a/ndb/src/client/odbc/codegen/Code_query_project.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_query_project.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_query_range.cpp b/ndb/src/old_files/client/odbc/codegen/Code_query_range.cpp
index 5d29c5af315..5d29c5af315 100644
--- a/ndb/src/client/odbc/codegen/Code_query_range.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_query_range.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_query_range.hpp b/ndb/src/old_files/client/odbc/codegen/Code_query_range.hpp
index 4438189522c..4438189522c 100644
--- a/ndb/src/client/odbc/codegen/Code_query_range.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_query_range.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_query_repeat.cpp b/ndb/src/old_files/client/odbc/codegen/Code_query_repeat.cpp
index 8b295a97916..8b295a97916 100644
--- a/ndb/src/client/odbc/codegen/Code_query_repeat.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_query_repeat.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_query_repeat.hpp b/ndb/src/old_files/client/odbc/codegen/Code_query_repeat.hpp
index 90d6ef55104..90d6ef55104 100644
--- a/ndb/src/client/odbc/codegen/Code_query_repeat.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_query_repeat.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_query_scan.cpp b/ndb/src/old_files/client/odbc/codegen/Code_query_scan.cpp
index 1c0f58980e5..1c0f58980e5 100644
--- a/ndb/src/client/odbc/codegen/Code_query_scan.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_query_scan.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_query_scan.hpp b/ndb/src/old_files/client/odbc/codegen/Code_query_scan.hpp
index d6d1630ddf8..d6d1630ddf8 100644
--- a/ndb/src/client/odbc/codegen/Code_query_scan.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_query_scan.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_query_sort.cpp b/ndb/src/old_files/client/odbc/codegen/Code_query_sort.cpp
index 4ea6db8c4e2..4ea6db8c4e2 100644
--- a/ndb/src/client/odbc/codegen/Code_query_sort.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_query_sort.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_query_sort.hpp b/ndb/src/old_files/client/odbc/codegen/Code_query_sort.hpp
index d1aa03d9aef..d1aa03d9aef 100644
--- a/ndb/src/client/odbc/codegen/Code_query_sort.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_query_sort.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_query_sys.cpp b/ndb/src/old_files/client/odbc/codegen/Code_query_sys.cpp
index affe3dc1264..affe3dc1264 100644
--- a/ndb/src/client/odbc/codegen/Code_query_sys.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_query_sys.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_query_sys.hpp b/ndb/src/old_files/client/odbc/codegen/Code_query_sys.hpp
index 8eb069d0413..8eb069d0413 100644
--- a/ndb/src/client/odbc/codegen/Code_query_sys.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_query_sys.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_root.cpp b/ndb/src/old_files/client/odbc/codegen/Code_root.cpp
index 4f45bdffdaf..4f45bdffdaf 100644
--- a/ndb/src/client/odbc/codegen/Code_root.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_root.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_root.hpp b/ndb/src/old_files/client/odbc/codegen/Code_root.hpp
index 4f0f96725e3..4f0f96725e3 100644
--- a/ndb/src/client/odbc/codegen/Code_root.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_root.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_select.cpp b/ndb/src/old_files/client/odbc/codegen/Code_select.cpp
index 611b491968d..611b491968d 100644
--- a/ndb/src/client/odbc/codegen/Code_select.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_select.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_select.hpp b/ndb/src/old_files/client/odbc/codegen/Code_select.hpp
index eaa9b801f29..eaa9b801f29 100644
--- a/ndb/src/client/odbc/codegen/Code_select.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_select.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_set_row.cpp b/ndb/src/old_files/client/odbc/codegen/Code_set_row.cpp
index dd13ba0c3f7..dd13ba0c3f7 100644
--- a/ndb/src/client/odbc/codegen/Code_set_row.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_set_row.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_set_row.hpp b/ndb/src/old_files/client/odbc/codegen/Code_set_row.hpp
index 10d62826ac7..10d62826ac7 100644
--- a/ndb/src/client/odbc/codegen/Code_set_row.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_set_row.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_stmt.cpp b/ndb/src/old_files/client/odbc/codegen/Code_stmt.cpp
index d790f667b84..d790f667b84 100644
--- a/ndb/src/client/odbc/codegen/Code_stmt.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_stmt.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_stmt.hpp b/ndb/src/old_files/client/odbc/codegen/Code_stmt.hpp
index 20b7fb965fb..20b7fb965fb 100644
--- a/ndb/src/client/odbc/codegen/Code_stmt.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_stmt.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_table.cpp b/ndb/src/old_files/client/odbc/codegen/Code_table.cpp
index ee3c2a2ed07..ee3c2a2ed07 100644
--- a/ndb/src/client/odbc/codegen/Code_table.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_table.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_table.hpp b/ndb/src/old_files/client/odbc/codegen/Code_table.hpp
index 8a95b8fa26c..8a95b8fa26c 100644
--- a/ndb/src/client/odbc/codegen/Code_table.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_table.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_table_list.cpp b/ndb/src/old_files/client/odbc/codegen/Code_table_list.cpp
index ea9f4fdc26e..ea9f4fdc26e 100644
--- a/ndb/src/client/odbc/codegen/Code_table_list.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_table_list.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_table_list.hpp b/ndb/src/old_files/client/odbc/codegen/Code_table_list.hpp
index 47989166cac..47989166cac 100644
--- a/ndb/src/client/odbc/codegen/Code_table_list.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_table_list.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_update.cpp b/ndb/src/old_files/client/odbc/codegen/Code_update.cpp
index 0b33cd628b4..0b33cd628b4 100644
--- a/ndb/src/client/odbc/codegen/Code_update.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_update.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_update.hpp b/ndb/src/old_files/client/odbc/codegen/Code_update.hpp
index 380b651518b..380b651518b 100644
--- a/ndb/src/client/odbc/codegen/Code_update.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_update.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_update_index.cpp b/ndb/src/old_files/client/odbc/codegen/Code_update_index.cpp
index 6f74db0d913..6f74db0d913 100644
--- a/ndb/src/client/odbc/codegen/Code_update_index.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_update_index.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_update_index.hpp b/ndb/src/old_files/client/odbc/codegen/Code_update_index.hpp
index bbad822650a..bbad822650a 100644
--- a/ndb/src/client/odbc/codegen/Code_update_index.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_update_index.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_update_lookup.cpp b/ndb/src/old_files/client/odbc/codegen/Code_update_lookup.cpp
index 7525fb72692..7525fb72692 100644
--- a/ndb/src/client/odbc/codegen/Code_update_lookup.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_update_lookup.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_update_lookup.hpp b/ndb/src/old_files/client/odbc/codegen/Code_update_lookup.hpp
index fc4341880dd..fc4341880dd 100644
--- a/ndb/src/client/odbc/codegen/Code_update_lookup.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_update_lookup.hpp
diff --git a/ndb/src/client/odbc/codegen/Code_update_scan.cpp b/ndb/src/old_files/client/odbc/codegen/Code_update_scan.cpp
index 9fac1728469..9fac1728469 100644
--- a/ndb/src/client/odbc/codegen/Code_update_scan.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_update_scan.cpp
diff --git a/ndb/src/client/odbc/codegen/Code_update_scan.hpp b/ndb/src/old_files/client/odbc/codegen/Code_update_scan.hpp
index d742883e561..d742883e561 100644
--- a/ndb/src/client/odbc/codegen/Code_update_scan.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/Code_update_scan.hpp
diff --git a/ndb/src/client/odbc/codegen/Makefile b/ndb/src/old_files/client/odbc/codegen/Makefile
index 49e5439556d..49e5439556d 100644
--- a/ndb/src/client/odbc/codegen/Makefile
+++ b/ndb/src/old_files/client/odbc/codegen/Makefile
diff --git a/ndb/src/client/odbc/codegen/SimpleGram.ypp b/ndb/src/old_files/client/odbc/codegen/SimpleGram.ypp
index d49344849d2..d49344849d2 100644
--- a/ndb/src/client/odbc/codegen/SimpleGram.ypp
+++ b/ndb/src/old_files/client/odbc/codegen/SimpleGram.ypp
diff --git a/ndb/src/client/odbc/codegen/SimpleParser.cpp b/ndb/src/old_files/client/odbc/codegen/SimpleParser.cpp
index a2418f49e37..a2418f49e37 100644
--- a/ndb/src/client/odbc/codegen/SimpleParser.cpp
+++ b/ndb/src/old_files/client/odbc/codegen/SimpleParser.cpp
diff --git a/ndb/src/client/odbc/codegen/SimpleParser.hpp b/ndb/src/old_files/client/odbc/codegen/SimpleParser.hpp
index abadae8f905..abadae8f905 100644
--- a/ndb/src/client/odbc/codegen/SimpleParser.hpp
+++ b/ndb/src/old_files/client/odbc/codegen/SimpleParser.hpp
diff --git a/ndb/src/client/odbc/codegen/SimpleScan.lpp b/ndb/src/old_files/client/odbc/codegen/SimpleScan.lpp
index bd930c08cfa..bd930c08cfa 100644
--- a/ndb/src/client/odbc/codegen/SimpleScan.lpp
+++ b/ndb/src/old_files/client/odbc/codegen/SimpleScan.lpp
diff --git a/ndb/src/client/odbc/common/AttrArea.cpp b/ndb/src/old_files/client/odbc/common/AttrArea.cpp
index ff9e085a7f6..ff9e085a7f6 100644
--- a/ndb/src/client/odbc/common/AttrArea.cpp
+++ b/ndb/src/old_files/client/odbc/common/AttrArea.cpp
diff --git a/ndb/src/client/odbc/common/AttrArea.hpp b/ndb/src/old_files/client/odbc/common/AttrArea.hpp
index 050cce719bf..050cce719bf 100644
--- a/ndb/src/client/odbc/common/AttrArea.hpp
+++ b/ndb/src/old_files/client/odbc/common/AttrArea.hpp
diff --git a/ndb/src/client/odbc/common/CodeTree.cpp b/ndb/src/old_files/client/odbc/common/CodeTree.cpp
index ebe4840c5f6..ebe4840c5f6 100644
--- a/ndb/src/client/odbc/common/CodeTree.cpp
+++ b/ndb/src/old_files/client/odbc/common/CodeTree.cpp
diff --git a/ndb/src/client/odbc/common/CodeTree.hpp b/ndb/src/old_files/client/odbc/common/CodeTree.hpp
index 1b0ae3199af..1b0ae3199af 100644
--- a/ndb/src/client/odbc/common/CodeTree.hpp
+++ b/ndb/src/old_files/client/odbc/common/CodeTree.hpp
diff --git a/ndb/src/client/odbc/common/ConnArea.cpp b/ndb/src/old_files/client/odbc/common/ConnArea.cpp
index d4d3be52a3c..d4d3be52a3c 100644
--- a/ndb/src/client/odbc/common/ConnArea.cpp
+++ b/ndb/src/old_files/client/odbc/common/ConnArea.cpp
diff --git a/ndb/src/client/odbc/common/ConnArea.hpp b/ndb/src/old_files/client/odbc/common/ConnArea.hpp
index 36367a39bae..36367a39bae 100644
--- a/ndb/src/client/odbc/common/ConnArea.hpp
+++ b/ndb/src/old_files/client/odbc/common/ConnArea.hpp
diff --git a/ndb/src/client/odbc/common/Ctx.cpp b/ndb/src/old_files/client/odbc/common/Ctx.cpp
index d6faa5cba77..d6faa5cba77 100644
--- a/ndb/src/client/odbc/common/Ctx.cpp
+++ b/ndb/src/old_files/client/odbc/common/Ctx.cpp
diff --git a/ndb/src/client/odbc/common/Ctx.hpp b/ndb/src/old_files/client/odbc/common/Ctx.hpp
index d25d45ff0c7..d25d45ff0c7 100644
--- a/ndb/src/client/odbc/common/Ctx.hpp
+++ b/ndb/src/old_files/client/odbc/common/Ctx.hpp
diff --git a/ndb/src/client/odbc/common/DataField.cpp b/ndb/src/old_files/client/odbc/common/DataField.cpp
index 11aae7d893b..11aae7d893b 100644
--- a/ndb/src/client/odbc/common/DataField.cpp
+++ b/ndb/src/old_files/client/odbc/common/DataField.cpp
diff --git a/ndb/src/client/odbc/common/DataField.hpp b/ndb/src/old_files/client/odbc/common/DataField.hpp
index 65138df25f1..65138df25f1 100644
--- a/ndb/src/client/odbc/common/DataField.hpp
+++ b/ndb/src/old_files/client/odbc/common/DataField.hpp
diff --git a/ndb/src/client/odbc/common/DataRow.cpp b/ndb/src/old_files/client/odbc/common/DataRow.cpp
index 509f2673e0d..509f2673e0d 100644
--- a/ndb/src/client/odbc/common/DataRow.cpp
+++ b/ndb/src/old_files/client/odbc/common/DataRow.cpp
diff --git a/ndb/src/client/odbc/common/DataRow.hpp b/ndb/src/old_files/client/odbc/common/DataRow.hpp
index 4a5a1e905b9..4a5a1e905b9 100644
--- a/ndb/src/client/odbc/common/DataRow.hpp
+++ b/ndb/src/old_files/client/odbc/common/DataRow.hpp
diff --git a/ndb/src/client/odbc/common/DataType.cpp b/ndb/src/old_files/client/odbc/common/DataType.cpp
index 9c9629f1d24..9c9629f1d24 100644
--- a/ndb/src/client/odbc/common/DataType.cpp
+++ b/ndb/src/old_files/client/odbc/common/DataType.cpp
diff --git a/ndb/src/client/odbc/common/DataType.hpp b/ndb/src/old_files/client/odbc/common/DataType.hpp
index ac2ca337e22..ac2ca337e22 100644
--- a/ndb/src/client/odbc/common/DataType.hpp
+++ b/ndb/src/old_files/client/odbc/common/DataType.hpp
diff --git a/ndb/src/client/odbc/common/DescArea.cpp b/ndb/src/old_files/client/odbc/common/DescArea.cpp
index bad9f23d3ef..bad9f23d3ef 100644
--- a/ndb/src/client/odbc/common/DescArea.cpp
+++ b/ndb/src/old_files/client/odbc/common/DescArea.cpp
diff --git a/ndb/src/client/odbc/common/DescArea.hpp b/ndb/src/old_files/client/odbc/common/DescArea.hpp
index e9f552d758d..e9f552d758d 100644
--- a/ndb/src/client/odbc/common/DescArea.hpp
+++ b/ndb/src/old_files/client/odbc/common/DescArea.hpp
diff --git a/ndb/src/client/odbc/common/DiagArea.cpp b/ndb/src/old_files/client/odbc/common/DiagArea.cpp
index 06e8da89495..06e8da89495 100644
--- a/ndb/src/client/odbc/common/DiagArea.cpp
+++ b/ndb/src/old_files/client/odbc/common/DiagArea.cpp
diff --git a/ndb/src/client/odbc/common/DiagArea.hpp b/ndb/src/old_files/client/odbc/common/DiagArea.hpp
index 79c03de6623..79c03de6623 100644
--- a/ndb/src/client/odbc/common/DiagArea.hpp
+++ b/ndb/src/old_files/client/odbc/common/DiagArea.hpp
diff --git a/ndb/src/client/odbc/common/Makefile b/ndb/src/old_files/client/odbc/common/Makefile
index 7ee29738d86..7ee29738d86 100644
--- a/ndb/src/client/odbc/common/Makefile
+++ b/ndb/src/old_files/client/odbc/common/Makefile
diff --git a/ndb/src/client/odbc/common/OdbcData.cpp b/ndb/src/old_files/client/odbc/common/OdbcData.cpp
index 32400e07c7a..32400e07c7a 100644
--- a/ndb/src/client/odbc/common/OdbcData.cpp
+++ b/ndb/src/old_files/client/odbc/common/OdbcData.cpp
diff --git a/ndb/src/client/odbc/common/OdbcData.hpp b/ndb/src/old_files/client/odbc/common/OdbcData.hpp
index c1884507cfe..c1884507cfe 100644
--- a/ndb/src/client/odbc/common/OdbcData.hpp
+++ b/ndb/src/old_files/client/odbc/common/OdbcData.hpp
diff --git a/ndb/src/client/odbc/common/ResultArea.cpp b/ndb/src/old_files/client/odbc/common/ResultArea.cpp
index 79d7fb0ccc4..79d7fb0ccc4 100644
--- a/ndb/src/client/odbc/common/ResultArea.cpp
+++ b/ndb/src/old_files/client/odbc/common/ResultArea.cpp
diff --git a/ndb/src/client/odbc/common/ResultArea.hpp b/ndb/src/old_files/client/odbc/common/ResultArea.hpp
index d4890c44d99..d4890c44d99 100644
--- a/ndb/src/client/odbc/common/ResultArea.hpp
+++ b/ndb/src/old_files/client/odbc/common/ResultArea.hpp
diff --git a/ndb/src/client/odbc/common/Sqlstate.cpp b/ndb/src/old_files/client/odbc/common/Sqlstate.cpp
index 2d625a7c159..2d625a7c159 100644
--- a/ndb/src/client/odbc/common/Sqlstate.cpp
+++ b/ndb/src/old_files/client/odbc/common/Sqlstate.cpp
diff --git a/ndb/src/client/odbc/common/Sqlstate.hpp b/ndb/src/old_files/client/odbc/common/Sqlstate.hpp
index 3b4665dc6ca..3b4665dc6ca 100644
--- a/ndb/src/client/odbc/common/Sqlstate.hpp
+++ b/ndb/src/old_files/client/odbc/common/Sqlstate.hpp
diff --git a/ndb/src/client/odbc/common/StmtArea.cpp b/ndb/src/old_files/client/odbc/common/StmtArea.cpp
index 5ce2d47d31a..5ce2d47d31a 100644
--- a/ndb/src/client/odbc/common/StmtArea.cpp
+++ b/ndb/src/old_files/client/odbc/common/StmtArea.cpp
diff --git a/ndb/src/client/odbc/common/StmtArea.hpp b/ndb/src/old_files/client/odbc/common/StmtArea.hpp
index a88c6d36e6d..a88c6d36e6d 100644
--- a/ndb/src/client/odbc/common/StmtArea.hpp
+++ b/ndb/src/old_files/client/odbc/common/StmtArea.hpp
diff --git a/ndb/src/client/odbc/common/StmtInfo.cpp b/ndb/src/old_files/client/odbc/common/StmtInfo.cpp
index 3467fb5023e..3467fb5023e 100644
--- a/ndb/src/client/odbc/common/StmtInfo.cpp
+++ b/ndb/src/old_files/client/odbc/common/StmtInfo.cpp
diff --git a/ndb/src/client/odbc/common/StmtInfo.hpp b/ndb/src/old_files/client/odbc/common/StmtInfo.hpp
index 9cd489be6da..9cd489be6da 100644
--- a/ndb/src/client/odbc/common/StmtInfo.hpp
+++ b/ndb/src/old_files/client/odbc/common/StmtInfo.hpp
diff --git a/ndb/src/client/odbc/common/common.cpp b/ndb/src/old_files/client/odbc/common/common.cpp
index 73d14c82efe..73d14c82efe 100644
--- a/ndb/src/client/odbc/common/common.cpp
+++ b/ndb/src/old_files/client/odbc/common/common.cpp
diff --git a/ndb/src/client/odbc/common/common.hpp b/ndb/src/old_files/client/odbc/common/common.hpp
index d2f243b6437..d2f243b6437 100644
--- a/ndb/src/client/odbc/common/common.hpp
+++ b/ndb/src/old_files/client/odbc/common/common.hpp
diff --git a/ndb/src/client/odbc/dictionary/DictCatalog.cpp b/ndb/src/old_files/client/odbc/dictionary/DictCatalog.cpp
index 433347c9a70..433347c9a70 100644
--- a/ndb/src/client/odbc/dictionary/DictCatalog.cpp
+++ b/ndb/src/old_files/client/odbc/dictionary/DictCatalog.cpp
diff --git a/ndb/src/client/odbc/dictionary/DictCatalog.hpp b/ndb/src/old_files/client/odbc/dictionary/DictCatalog.hpp
index 5452990a51b..5452990a51b 100644
--- a/ndb/src/client/odbc/dictionary/DictCatalog.hpp
+++ b/ndb/src/old_files/client/odbc/dictionary/DictCatalog.hpp
diff --git a/ndb/src/client/odbc/dictionary/DictColumn.cpp b/ndb/src/old_files/client/odbc/dictionary/DictColumn.cpp
index fa0128f1ddb..fa0128f1ddb 100644
--- a/ndb/src/client/odbc/dictionary/DictColumn.cpp
+++ b/ndb/src/old_files/client/odbc/dictionary/DictColumn.cpp
diff --git a/ndb/src/client/odbc/dictionary/DictColumn.hpp b/ndb/src/old_files/client/odbc/dictionary/DictColumn.hpp
index 945fb86367b..945fb86367b 100644
--- a/ndb/src/client/odbc/dictionary/DictColumn.hpp
+++ b/ndb/src/old_files/client/odbc/dictionary/DictColumn.hpp
diff --git a/ndb/src/client/odbc/dictionary/DictIndex.cpp b/ndb/src/old_files/client/odbc/dictionary/DictIndex.cpp
index 95d93318902..95d93318902 100644
--- a/ndb/src/client/odbc/dictionary/DictIndex.cpp
+++ b/ndb/src/old_files/client/odbc/dictionary/DictIndex.cpp
diff --git a/ndb/src/client/odbc/dictionary/DictIndex.hpp b/ndb/src/old_files/client/odbc/dictionary/DictIndex.hpp
index 7ba46daaae3..7ba46daaae3 100644
--- a/ndb/src/client/odbc/dictionary/DictIndex.hpp
+++ b/ndb/src/old_files/client/odbc/dictionary/DictIndex.hpp
diff --git a/ndb/src/client/odbc/dictionary/DictSchema.cpp b/ndb/src/old_files/client/odbc/dictionary/DictSchema.cpp
index 91939cb2f26..91939cb2f26 100644
--- a/ndb/src/client/odbc/dictionary/DictSchema.cpp
+++ b/ndb/src/old_files/client/odbc/dictionary/DictSchema.cpp
diff --git a/ndb/src/client/odbc/dictionary/DictSchema.hpp b/ndb/src/old_files/client/odbc/dictionary/DictSchema.hpp
index 099352edbb9..099352edbb9 100644
--- a/ndb/src/client/odbc/dictionary/DictSchema.hpp
+++ b/ndb/src/old_files/client/odbc/dictionary/DictSchema.hpp
diff --git a/ndb/src/client/odbc/dictionary/DictSys.cpp b/ndb/src/old_files/client/odbc/dictionary/DictSys.cpp
index 1ceef66ee57..1ceef66ee57 100644
--- a/ndb/src/client/odbc/dictionary/DictSys.cpp
+++ b/ndb/src/old_files/client/odbc/dictionary/DictSys.cpp
diff --git a/ndb/src/client/odbc/dictionary/DictSys.hpp b/ndb/src/old_files/client/odbc/dictionary/DictSys.hpp
index e6fa661fd59..e6fa661fd59 100644
--- a/ndb/src/client/odbc/dictionary/DictSys.hpp
+++ b/ndb/src/old_files/client/odbc/dictionary/DictSys.hpp
diff --git a/ndb/src/client/odbc/dictionary/DictTable.cpp b/ndb/src/old_files/client/odbc/dictionary/DictTable.cpp
index 4db7d3b3aec..4db7d3b3aec 100644
--- a/ndb/src/client/odbc/dictionary/DictTable.cpp
+++ b/ndb/src/old_files/client/odbc/dictionary/DictTable.cpp
diff --git a/ndb/src/client/odbc/dictionary/DictTable.hpp b/ndb/src/old_files/client/odbc/dictionary/DictTable.hpp
index 5cecfff9562..5cecfff9562 100644
--- a/ndb/src/client/odbc/dictionary/DictTable.hpp
+++ b/ndb/src/old_files/client/odbc/dictionary/DictTable.hpp
diff --git a/ndb/src/client/odbc/dictionary/Makefile b/ndb/src/old_files/client/odbc/dictionary/Makefile
index cdfd3b6ea0c..cdfd3b6ea0c 100644
--- a/ndb/src/client/odbc/dictionary/Makefile
+++ b/ndb/src/old_files/client/odbc/dictionary/Makefile
diff --git a/ndb/src/client/odbc/docs/class.fig b/ndb/src/old_files/client/odbc/docs/class.fig
index 38c24c1fba4..38c24c1fba4 100644
--- a/ndb/src/client/odbc/docs/class.fig
+++ b/ndb/src/old_files/client/odbc/docs/class.fig
diff --git a/ndb/src/client/odbc/docs/descfield.pl b/ndb/src/old_files/client/odbc/docs/descfield.pl
index 80fef22f303..80fef22f303 100644
--- a/ndb/src/client/odbc/docs/descfield.pl
+++ b/ndb/src/old_files/client/odbc/docs/descfield.pl
diff --git a/ndb/src/client/odbc/docs/diag.txt b/ndb/src/old_files/client/odbc/docs/diag.txt
index a9a0e0f42d0..a9a0e0f42d0 100644
--- a/ndb/src/client/odbc/docs/diag.txt
+++ b/ndb/src/old_files/client/odbc/docs/diag.txt
diff --git a/ndb/src/client/odbc/docs/getinfo.pl b/ndb/src/old_files/client/odbc/docs/getinfo.pl
index 34e26b47bab..34e26b47bab 100644
--- a/ndb/src/client/odbc/docs/getinfo.pl
+++ b/ndb/src/old_files/client/odbc/docs/getinfo.pl
diff --git a/ndb/src/client/odbc/docs/gettypeinfo.pl b/ndb/src/old_files/client/odbc/docs/gettypeinfo.pl
index 0a999fd7249..0a999fd7249 100644
--- a/ndb/src/client/odbc/docs/gettypeinfo.pl
+++ b/ndb/src/old_files/client/odbc/docs/gettypeinfo.pl
diff --git a/ndb/src/client/odbc/docs/handleattr.pl b/ndb/src/old_files/client/odbc/docs/handleattr.pl
index 892d34b105b..892d34b105b 100644
--- a/ndb/src/client/odbc/docs/handleattr.pl
+++ b/ndb/src/old_files/client/odbc/docs/handleattr.pl
diff --git a/ndb/src/client/odbc/docs/main.hpp b/ndb/src/old_files/client/odbc/docs/main.hpp
index ebb5b1f235a..ebb5b1f235a 100644
--- a/ndb/src/client/odbc/docs/main.hpp
+++ b/ndb/src/old_files/client/odbc/docs/main.hpp
diff --git a/ndb/src/client/odbc/docs/ndbodbc.html b/ndb/src/old_files/client/odbc/docs/ndbodbc.html
index 6be624dfa1b..6be624dfa1b 100644
--- a/ndb/src/client/odbc/docs/ndbodbc.html
+++ b/ndb/src/old_files/client/odbc/docs/ndbodbc.html
diff --git a/ndb/src/client/odbc/docs/select.fig b/ndb/src/old_files/client/odbc/docs/select.fig
index 4f51a2085b4..4f51a2085b4 100644
--- a/ndb/src/client/odbc/docs/select.fig
+++ b/ndb/src/old_files/client/odbc/docs/select.fig
diff --git a/ndb/src/client/odbc/docs/systables.pl b/ndb/src/old_files/client/odbc/docs/systables.pl
index 728d966a7a4..728d966a7a4 100644
--- a/ndb/src/client/odbc/docs/systables.pl
+++ b/ndb/src/old_files/client/odbc/docs/systables.pl
diff --git a/ndb/src/client/odbc/docs/type.txt b/ndb/src/old_files/client/odbc/docs/type.txt
index d7b391afc55..d7b391afc55 100644
--- a/ndb/src/client/odbc/docs/type.txt
+++ b/ndb/src/old_files/client/odbc/docs/type.txt
diff --git a/ndb/src/client/odbc/driver/Func.data b/ndb/src/old_files/client/odbc/driver/Func.data
index c32671e1135..c32671e1135 100644
--- a/ndb/src/client/odbc/driver/Func.data
+++ b/ndb/src/old_files/client/odbc/driver/Func.data
diff --git a/ndb/src/client/odbc/driver/Func.pl b/ndb/src/old_files/client/odbc/driver/Func.pl
index 1064a6a6c6e..1064a6a6c6e 100644
--- a/ndb/src/client/odbc/driver/Func.pl
+++ b/ndb/src/old_files/client/odbc/driver/Func.pl
diff --git a/ndb/src/client/odbc/driver/Makefile b/ndb/src/old_files/client/odbc/driver/Makefile
index 62f82371da4..62f82371da4 100644
--- a/ndb/src/client/odbc/driver/Makefile
+++ b/ndb/src/old_files/client/odbc/driver/Makefile
diff --git a/ndb/src/client/odbc/driver/SQLAllocConnect.cpp b/ndb/src/old_files/client/odbc/driver/SQLAllocConnect.cpp
index a7ffd8c89d1..a7ffd8c89d1 100644
--- a/ndb/src/client/odbc/driver/SQLAllocConnect.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLAllocConnect.cpp
diff --git a/ndb/src/client/odbc/driver/SQLAllocEnv.cpp b/ndb/src/old_files/client/odbc/driver/SQLAllocEnv.cpp
index a62dae61008..a62dae61008 100644
--- a/ndb/src/client/odbc/driver/SQLAllocEnv.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLAllocEnv.cpp
diff --git a/ndb/src/client/odbc/driver/SQLAllocHandle.cpp b/ndb/src/old_files/client/odbc/driver/SQLAllocHandle.cpp
index 9daf6ead946..9daf6ead946 100644
--- a/ndb/src/client/odbc/driver/SQLAllocHandle.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLAllocHandle.cpp
diff --git a/ndb/src/client/odbc/driver/SQLAllocHandleStd.cpp b/ndb/src/old_files/client/odbc/driver/SQLAllocHandleStd.cpp
index 61290e37b7b..61290e37b7b 100644
--- a/ndb/src/client/odbc/driver/SQLAllocHandleStd.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLAllocHandleStd.cpp
diff --git a/ndb/src/client/odbc/driver/SQLAllocStmt.cpp b/ndb/src/old_files/client/odbc/driver/SQLAllocStmt.cpp
index bf3f149f5de..bf3f149f5de 100644
--- a/ndb/src/client/odbc/driver/SQLAllocStmt.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLAllocStmt.cpp
diff --git a/ndb/src/client/odbc/driver/SQLBindCol.cpp b/ndb/src/old_files/client/odbc/driver/SQLBindCol.cpp
index 5562334e8cc..5562334e8cc 100644
--- a/ndb/src/client/odbc/driver/SQLBindCol.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLBindCol.cpp
diff --git a/ndb/src/client/odbc/driver/SQLBindParam.cpp b/ndb/src/old_files/client/odbc/driver/SQLBindParam.cpp
index 2fcc17b872f..2fcc17b872f 100644
--- a/ndb/src/client/odbc/driver/SQLBindParam.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLBindParam.cpp
diff --git a/ndb/src/client/odbc/driver/SQLBindParameter.cpp b/ndb/src/old_files/client/odbc/driver/SQLBindParameter.cpp
index e4ca5bbc731..e4ca5bbc731 100644
--- a/ndb/src/client/odbc/driver/SQLBindParameter.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLBindParameter.cpp
diff --git a/ndb/src/client/odbc/driver/SQLBrowseConnect.cpp b/ndb/src/old_files/client/odbc/driver/SQLBrowseConnect.cpp
index 7e629e199e5..7e629e199e5 100644
--- a/ndb/src/client/odbc/driver/SQLBrowseConnect.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLBrowseConnect.cpp
diff --git a/ndb/src/client/odbc/driver/SQLBulkOperations.cpp b/ndb/src/old_files/client/odbc/driver/SQLBulkOperations.cpp
index 7d256d66e3f..7d256d66e3f 100644
--- a/ndb/src/client/odbc/driver/SQLBulkOperations.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLBulkOperations.cpp
diff --git a/ndb/src/client/odbc/driver/SQLCancel.cpp b/ndb/src/old_files/client/odbc/driver/SQLCancel.cpp
index ac4e43c6e89..ac4e43c6e89 100644
--- a/ndb/src/client/odbc/driver/SQLCancel.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLCancel.cpp
diff --git a/ndb/src/client/odbc/driver/SQLCloseCursor.cpp b/ndb/src/old_files/client/odbc/driver/SQLCloseCursor.cpp
index 26d88c91e3b..26d88c91e3b 100644
--- a/ndb/src/client/odbc/driver/SQLCloseCursor.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLCloseCursor.cpp
diff --git a/ndb/src/client/odbc/driver/SQLColAttribute.cpp b/ndb/src/old_files/client/odbc/driver/SQLColAttribute.cpp
index 0e7e5446932..0e7e5446932 100644
--- a/ndb/src/client/odbc/driver/SQLColAttribute.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLColAttribute.cpp
diff --git a/ndb/src/client/odbc/driver/SQLColAttributes.cpp b/ndb/src/old_files/client/odbc/driver/SQLColAttributes.cpp
index 05a4c1d4d37..05a4c1d4d37 100644
--- a/ndb/src/client/odbc/driver/SQLColAttributes.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLColAttributes.cpp
diff --git a/ndb/src/client/odbc/driver/SQLColumnPrivileges.cpp b/ndb/src/old_files/client/odbc/driver/SQLColumnPrivileges.cpp
index cfbc9c2bc57..cfbc9c2bc57 100644
--- a/ndb/src/client/odbc/driver/SQLColumnPrivileges.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLColumnPrivileges.cpp
diff --git a/ndb/src/client/odbc/driver/SQLColumns.cpp b/ndb/src/old_files/client/odbc/driver/SQLColumns.cpp
index 4e0b646ee7d..4e0b646ee7d 100644
--- a/ndb/src/client/odbc/driver/SQLColumns.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLColumns.cpp
diff --git a/ndb/src/client/odbc/driver/SQLConnect.cpp b/ndb/src/old_files/client/odbc/driver/SQLConnect.cpp
index d8f30ed47e7..d8f30ed47e7 100644
--- a/ndb/src/client/odbc/driver/SQLConnect.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLConnect.cpp
diff --git a/ndb/src/client/odbc/driver/SQLCopyDesc.cpp b/ndb/src/old_files/client/odbc/driver/SQLCopyDesc.cpp
index b4d4b2e4122..b4d4b2e4122 100644
--- a/ndb/src/client/odbc/driver/SQLCopyDesc.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLCopyDesc.cpp
diff --git a/ndb/src/client/odbc/driver/SQLDataSources.cpp b/ndb/src/old_files/client/odbc/driver/SQLDataSources.cpp
index 6115e7175f9..6115e7175f9 100644
--- a/ndb/src/client/odbc/driver/SQLDataSources.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLDataSources.cpp
diff --git a/ndb/src/client/odbc/driver/SQLDescribeCol.cpp b/ndb/src/old_files/client/odbc/driver/SQLDescribeCol.cpp
index f15ce8962f1..f15ce8962f1 100644
--- a/ndb/src/client/odbc/driver/SQLDescribeCol.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLDescribeCol.cpp
diff --git a/ndb/src/client/odbc/driver/SQLDescribeParam.cpp b/ndb/src/old_files/client/odbc/driver/SQLDescribeParam.cpp
index beff41396fe..beff41396fe 100644
--- a/ndb/src/client/odbc/driver/SQLDescribeParam.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLDescribeParam.cpp
diff --git a/ndb/src/client/odbc/driver/SQLDisconnect.cpp b/ndb/src/old_files/client/odbc/driver/SQLDisconnect.cpp
index 75db5604da8..75db5604da8 100644
--- a/ndb/src/client/odbc/driver/SQLDisconnect.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLDisconnect.cpp
diff --git a/ndb/src/client/odbc/driver/SQLDriverConnect.cpp b/ndb/src/old_files/client/odbc/driver/SQLDriverConnect.cpp
index 340babd8523..340babd8523 100644
--- a/ndb/src/client/odbc/driver/SQLDriverConnect.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLDriverConnect.cpp
diff --git a/ndb/src/client/odbc/driver/SQLDrivers.cpp b/ndb/src/old_files/client/odbc/driver/SQLDrivers.cpp
index 9c52f900992..9c52f900992 100644
--- a/ndb/src/client/odbc/driver/SQLDrivers.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLDrivers.cpp
diff --git a/ndb/src/client/odbc/driver/SQLEndTran.cpp b/ndb/src/old_files/client/odbc/driver/SQLEndTran.cpp
index 20b0b2203f5..20b0b2203f5 100644
--- a/ndb/src/client/odbc/driver/SQLEndTran.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLEndTran.cpp
diff --git a/ndb/src/client/odbc/driver/SQLError.cpp b/ndb/src/old_files/client/odbc/driver/SQLError.cpp
index af78c931d37..af78c931d37 100644
--- a/ndb/src/client/odbc/driver/SQLError.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLError.cpp
diff --git a/ndb/src/client/odbc/driver/SQLExecDirect.cpp b/ndb/src/old_files/client/odbc/driver/SQLExecDirect.cpp
index 0ad99d29cd9..0ad99d29cd9 100644
--- a/ndb/src/client/odbc/driver/SQLExecDirect.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLExecDirect.cpp
diff --git a/ndb/src/client/odbc/driver/SQLExecute.cpp b/ndb/src/old_files/client/odbc/driver/SQLExecute.cpp
index 9c30d418f09..9c30d418f09 100644
--- a/ndb/src/client/odbc/driver/SQLExecute.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLExecute.cpp
diff --git a/ndb/src/client/odbc/driver/SQLExtendedFetch.cpp b/ndb/src/old_files/client/odbc/driver/SQLExtendedFetch.cpp
index e0dd078b5d0..e0dd078b5d0 100644
--- a/ndb/src/client/odbc/driver/SQLExtendedFetch.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLExtendedFetch.cpp
diff --git a/ndb/src/client/odbc/driver/SQLFetch.cpp b/ndb/src/old_files/client/odbc/driver/SQLFetch.cpp
index addba7b998c..addba7b998c 100644
--- a/ndb/src/client/odbc/driver/SQLFetch.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLFetch.cpp
diff --git a/ndb/src/client/odbc/driver/SQLFetchScroll.cpp b/ndb/src/old_files/client/odbc/driver/SQLFetchScroll.cpp
index cfbfc813fca..cfbfc813fca 100644
--- a/ndb/src/client/odbc/driver/SQLFetchScroll.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLFetchScroll.cpp
diff --git a/ndb/src/client/odbc/driver/SQLForeignKeys.cpp b/ndb/src/old_files/client/odbc/driver/SQLForeignKeys.cpp
index 886ac6bdaa5..886ac6bdaa5 100644
--- a/ndb/src/client/odbc/driver/SQLForeignKeys.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLForeignKeys.cpp
diff --git a/ndb/src/client/odbc/driver/SQLFreeConnect.cpp b/ndb/src/old_files/client/odbc/driver/SQLFreeConnect.cpp
index 9ac84710cce..9ac84710cce 100644
--- a/ndb/src/client/odbc/driver/SQLFreeConnect.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLFreeConnect.cpp
diff --git a/ndb/src/client/odbc/driver/SQLFreeEnv.cpp b/ndb/src/old_files/client/odbc/driver/SQLFreeEnv.cpp
index 7e35056feb5..7e35056feb5 100644
--- a/ndb/src/client/odbc/driver/SQLFreeEnv.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLFreeEnv.cpp
diff --git a/ndb/src/client/odbc/driver/SQLFreeHandle.cpp b/ndb/src/old_files/client/odbc/driver/SQLFreeHandle.cpp
index 284463cbb07..284463cbb07 100644
--- a/ndb/src/client/odbc/driver/SQLFreeHandle.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLFreeHandle.cpp
diff --git a/ndb/src/client/odbc/driver/SQLFreeStmt.cpp b/ndb/src/old_files/client/odbc/driver/SQLFreeStmt.cpp
index 7af6623a37a..7af6623a37a 100644
--- a/ndb/src/client/odbc/driver/SQLFreeStmt.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLFreeStmt.cpp
diff --git a/ndb/src/client/odbc/driver/SQLGetConnectAttr.cpp b/ndb/src/old_files/client/odbc/driver/SQLGetConnectAttr.cpp
index 66c1f3827e1..66c1f3827e1 100644
--- a/ndb/src/client/odbc/driver/SQLGetConnectAttr.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLGetConnectAttr.cpp
diff --git a/ndb/src/client/odbc/driver/SQLGetConnectOption.cpp b/ndb/src/old_files/client/odbc/driver/SQLGetConnectOption.cpp
index 514bedb12b9..514bedb12b9 100644
--- a/ndb/src/client/odbc/driver/SQLGetConnectOption.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLGetConnectOption.cpp
diff --git a/ndb/src/client/odbc/driver/SQLGetCursorName.cpp b/ndb/src/old_files/client/odbc/driver/SQLGetCursorName.cpp
index d54bdf42005..d54bdf42005 100644
--- a/ndb/src/client/odbc/driver/SQLGetCursorName.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLGetCursorName.cpp
diff --git a/ndb/src/client/odbc/driver/SQLGetData.cpp b/ndb/src/old_files/client/odbc/driver/SQLGetData.cpp
index 3b6987c515d..3b6987c515d 100644
--- a/ndb/src/client/odbc/driver/SQLGetData.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLGetData.cpp
diff --git a/ndb/src/client/odbc/driver/SQLGetDescField.cpp b/ndb/src/old_files/client/odbc/driver/SQLGetDescField.cpp
index 6cc390a58ed..6cc390a58ed 100644
--- a/ndb/src/client/odbc/driver/SQLGetDescField.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLGetDescField.cpp
diff --git a/ndb/src/client/odbc/driver/SQLGetDescRec.cpp b/ndb/src/old_files/client/odbc/driver/SQLGetDescRec.cpp
index c7e9631b075..c7e9631b075 100644
--- a/ndb/src/client/odbc/driver/SQLGetDescRec.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLGetDescRec.cpp
diff --git a/ndb/src/client/odbc/driver/SQLGetDiagField.cpp b/ndb/src/old_files/client/odbc/driver/SQLGetDiagField.cpp
index 3eb34f7ebf6..3eb34f7ebf6 100644
--- a/ndb/src/client/odbc/driver/SQLGetDiagField.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLGetDiagField.cpp
diff --git a/ndb/src/client/odbc/driver/SQLGetDiagRec.cpp b/ndb/src/old_files/client/odbc/driver/SQLGetDiagRec.cpp
index 448c5206d76..448c5206d76 100644
--- a/ndb/src/client/odbc/driver/SQLGetDiagRec.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLGetDiagRec.cpp
diff --git a/ndb/src/client/odbc/driver/SQLGetEnvAttr.cpp b/ndb/src/old_files/client/odbc/driver/SQLGetEnvAttr.cpp
index c93870326e4..c93870326e4 100644
--- a/ndb/src/client/odbc/driver/SQLGetEnvAttr.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLGetEnvAttr.cpp
diff --git a/ndb/src/client/odbc/driver/SQLGetFunctions.cpp b/ndb/src/old_files/client/odbc/driver/SQLGetFunctions.cpp
index 68416fab1a6..68416fab1a6 100644
--- a/ndb/src/client/odbc/driver/SQLGetFunctions.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLGetFunctions.cpp
diff --git a/ndb/src/client/odbc/driver/SQLGetInfo.cpp b/ndb/src/old_files/client/odbc/driver/SQLGetInfo.cpp
index 8f0a0d67cfa..8f0a0d67cfa 100644
--- a/ndb/src/client/odbc/driver/SQLGetInfo.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLGetInfo.cpp
diff --git a/ndb/src/client/odbc/driver/SQLGetStmtAttr.cpp b/ndb/src/old_files/client/odbc/driver/SQLGetStmtAttr.cpp
index 990ab68808a..990ab68808a 100644
--- a/ndb/src/client/odbc/driver/SQLGetStmtAttr.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLGetStmtAttr.cpp
diff --git a/ndb/src/client/odbc/driver/SQLGetStmtOption.cpp b/ndb/src/old_files/client/odbc/driver/SQLGetStmtOption.cpp
index 0b5758b1212..0b5758b1212 100644
--- a/ndb/src/client/odbc/driver/SQLGetStmtOption.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLGetStmtOption.cpp
diff --git a/ndb/src/client/odbc/driver/SQLGetTypeInfo.cpp b/ndb/src/old_files/client/odbc/driver/SQLGetTypeInfo.cpp
index e6a016cc400..e6a016cc400 100644
--- a/ndb/src/client/odbc/driver/SQLGetTypeInfo.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLGetTypeInfo.cpp
diff --git a/ndb/src/client/odbc/driver/SQLMoreResults.cpp b/ndb/src/old_files/client/odbc/driver/SQLMoreResults.cpp
index d23d653a319..d23d653a319 100644
--- a/ndb/src/client/odbc/driver/SQLMoreResults.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLMoreResults.cpp
diff --git a/ndb/src/client/odbc/driver/SQLNativeSql.cpp b/ndb/src/old_files/client/odbc/driver/SQLNativeSql.cpp
index fb8a9bbf3d9..fb8a9bbf3d9 100644
--- a/ndb/src/client/odbc/driver/SQLNativeSql.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLNativeSql.cpp
diff --git a/ndb/src/client/odbc/driver/SQLNumParams.cpp b/ndb/src/old_files/client/odbc/driver/SQLNumParams.cpp
index 7b1a6a07aec..7b1a6a07aec 100644
--- a/ndb/src/client/odbc/driver/SQLNumParams.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLNumParams.cpp
diff --git a/ndb/src/client/odbc/driver/SQLNumResultCols.cpp b/ndb/src/old_files/client/odbc/driver/SQLNumResultCols.cpp
index 2e70897a9a2..2e70897a9a2 100644
--- a/ndb/src/client/odbc/driver/SQLNumResultCols.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLNumResultCols.cpp
diff --git a/ndb/src/client/odbc/driver/SQLParamData.cpp b/ndb/src/old_files/client/odbc/driver/SQLParamData.cpp
index 4eb38a010f4..4eb38a010f4 100644
--- a/ndb/src/client/odbc/driver/SQLParamData.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLParamData.cpp
diff --git a/ndb/src/client/odbc/driver/SQLParamOptions.cpp b/ndb/src/old_files/client/odbc/driver/SQLParamOptions.cpp
index 59b7dcf7fa9..59b7dcf7fa9 100644
--- a/ndb/src/client/odbc/driver/SQLParamOptions.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLParamOptions.cpp
diff --git a/ndb/src/client/odbc/driver/SQLPrepare.cpp b/ndb/src/old_files/client/odbc/driver/SQLPrepare.cpp
index b1205fa6e3a..b1205fa6e3a 100644
--- a/ndb/src/client/odbc/driver/SQLPrepare.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLPrepare.cpp
diff --git a/ndb/src/client/odbc/driver/SQLPrimaryKeys.cpp b/ndb/src/old_files/client/odbc/driver/SQLPrimaryKeys.cpp
index 2d562ae3e19..2d562ae3e19 100644
--- a/ndb/src/client/odbc/driver/SQLPrimaryKeys.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLPrimaryKeys.cpp
diff --git a/ndb/src/client/odbc/driver/SQLProcedureColumns.cpp b/ndb/src/old_files/client/odbc/driver/SQLProcedureColumns.cpp
index 2e42e428b87..2e42e428b87 100644
--- a/ndb/src/client/odbc/driver/SQLProcedureColumns.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLProcedureColumns.cpp
diff --git a/ndb/src/client/odbc/driver/SQLProcedures.cpp b/ndb/src/old_files/client/odbc/driver/SQLProcedures.cpp
index 1f3a9f89073..1f3a9f89073 100644
--- a/ndb/src/client/odbc/driver/SQLProcedures.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLProcedures.cpp
diff --git a/ndb/src/client/odbc/driver/SQLPutData.cpp b/ndb/src/old_files/client/odbc/driver/SQLPutData.cpp
index a4715a836d2..a4715a836d2 100644
--- a/ndb/src/client/odbc/driver/SQLPutData.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLPutData.cpp
diff --git a/ndb/src/client/odbc/driver/SQLRowCount.cpp b/ndb/src/old_files/client/odbc/driver/SQLRowCount.cpp
index d03f954386a..d03f954386a 100644
--- a/ndb/src/client/odbc/driver/SQLRowCount.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLRowCount.cpp
diff --git a/ndb/src/client/odbc/driver/SQLSetConnectAttr.cpp b/ndb/src/old_files/client/odbc/driver/SQLSetConnectAttr.cpp
index 05bfce5e9cd..05bfce5e9cd 100644
--- a/ndb/src/client/odbc/driver/SQLSetConnectAttr.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLSetConnectAttr.cpp
diff --git a/ndb/src/client/odbc/driver/SQLSetConnectOption.cpp b/ndb/src/old_files/client/odbc/driver/SQLSetConnectOption.cpp
index a4794316971..a4794316971 100644
--- a/ndb/src/client/odbc/driver/SQLSetConnectOption.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLSetConnectOption.cpp
diff --git a/ndb/src/client/odbc/driver/SQLSetCursorName.cpp b/ndb/src/old_files/client/odbc/driver/SQLSetCursorName.cpp
index 291ad817d42..291ad817d42 100644
--- a/ndb/src/client/odbc/driver/SQLSetCursorName.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLSetCursorName.cpp
diff --git a/ndb/src/client/odbc/driver/SQLSetDescField.cpp b/ndb/src/old_files/client/odbc/driver/SQLSetDescField.cpp
index 19d34c2f46d..19d34c2f46d 100644
--- a/ndb/src/client/odbc/driver/SQLSetDescField.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLSetDescField.cpp
diff --git a/ndb/src/client/odbc/driver/SQLSetDescRec.cpp b/ndb/src/old_files/client/odbc/driver/SQLSetDescRec.cpp
index 80a00514a51..80a00514a51 100644
--- a/ndb/src/client/odbc/driver/SQLSetDescRec.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLSetDescRec.cpp
diff --git a/ndb/src/client/odbc/driver/SQLSetEnvAttr.cpp b/ndb/src/old_files/client/odbc/driver/SQLSetEnvAttr.cpp
index 86364eac5e8..86364eac5e8 100644
--- a/ndb/src/client/odbc/driver/SQLSetEnvAttr.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLSetEnvAttr.cpp
diff --git a/ndb/src/client/odbc/driver/SQLSetParam.cpp b/ndb/src/old_files/client/odbc/driver/SQLSetParam.cpp
index 03bde1076d8..03bde1076d8 100644
--- a/ndb/src/client/odbc/driver/SQLSetParam.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLSetParam.cpp
diff --git a/ndb/src/client/odbc/driver/SQLSetPos.cpp b/ndb/src/old_files/client/odbc/driver/SQLSetPos.cpp
index 653030f90bc..653030f90bc 100644
--- a/ndb/src/client/odbc/driver/SQLSetPos.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLSetPos.cpp
diff --git a/ndb/src/client/odbc/driver/SQLSetScrollOptions.cpp b/ndb/src/old_files/client/odbc/driver/SQLSetScrollOptions.cpp
index a5e89d8568b..a5e89d8568b 100644
--- a/ndb/src/client/odbc/driver/SQLSetScrollOptions.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLSetScrollOptions.cpp
diff --git a/ndb/src/client/odbc/driver/SQLSetStmtAttr.cpp b/ndb/src/old_files/client/odbc/driver/SQLSetStmtAttr.cpp
index 9ed6a83b563..9ed6a83b563 100644
--- a/ndb/src/client/odbc/driver/SQLSetStmtAttr.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLSetStmtAttr.cpp
diff --git a/ndb/src/client/odbc/driver/SQLSetStmtOption.cpp b/ndb/src/old_files/client/odbc/driver/SQLSetStmtOption.cpp
index b403fc8408c..b403fc8408c 100644
--- a/ndb/src/client/odbc/driver/SQLSetStmtOption.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLSetStmtOption.cpp
diff --git a/ndb/src/client/odbc/driver/SQLSpecialColumns.cpp b/ndb/src/old_files/client/odbc/driver/SQLSpecialColumns.cpp
index 5dd92c86053..5dd92c86053 100644
--- a/ndb/src/client/odbc/driver/SQLSpecialColumns.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLSpecialColumns.cpp
diff --git a/ndb/src/client/odbc/driver/SQLStatistics.cpp b/ndb/src/old_files/client/odbc/driver/SQLStatistics.cpp
index 941fb6249a5..941fb6249a5 100644
--- a/ndb/src/client/odbc/driver/SQLStatistics.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLStatistics.cpp
diff --git a/ndb/src/client/odbc/driver/SQLTablePrivileges.cpp b/ndb/src/old_files/client/odbc/driver/SQLTablePrivileges.cpp
index 23c6ad9fc4b..23c6ad9fc4b 100644
--- a/ndb/src/client/odbc/driver/SQLTablePrivileges.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLTablePrivileges.cpp
diff --git a/ndb/src/client/odbc/driver/SQLTables.cpp b/ndb/src/old_files/client/odbc/driver/SQLTables.cpp
index b2496bfba87..b2496bfba87 100644
--- a/ndb/src/client/odbc/driver/SQLTables.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLTables.cpp
diff --git a/ndb/src/client/odbc/driver/SQLTransact.cpp b/ndb/src/old_files/client/odbc/driver/SQLTransact.cpp
index da8b46b1596..da8b46b1596 100644
--- a/ndb/src/client/odbc/driver/SQLTransact.cpp
+++ b/ndb/src/old_files/client/odbc/driver/SQLTransact.cpp
diff --git a/ndb/src/client/odbc/driver/driver.cpp b/ndb/src/old_files/client/odbc/driver/driver.cpp
index f992fa70878..f992fa70878 100644
--- a/ndb/src/client/odbc/driver/driver.cpp
+++ b/ndb/src/old_files/client/odbc/driver/driver.cpp
diff --git a/ndb/src/client/odbc/driver/driver.hpp b/ndb/src/old_files/client/odbc/driver/driver.hpp
index 96d2e052c0d..96d2e052c0d 100644
--- a/ndb/src/client/odbc/driver/driver.hpp
+++ b/ndb/src/old_files/client/odbc/driver/driver.hpp
diff --git a/ndb/src/client/odbc/executor/Exec_comp_op.cpp b/ndb/src/old_files/client/odbc/executor/Exec_comp_op.cpp
index 40d3950a592..40d3950a592 100644
--- a/ndb/src/client/odbc/executor/Exec_comp_op.cpp
+++ b/ndb/src/old_files/client/odbc/executor/Exec_comp_op.cpp
diff --git a/ndb/src/client/odbc/executor/Exec_create_index.cpp b/ndb/src/old_files/client/odbc/executor/Exec_create_index.cpp
index 3966c6d5db2..3966c6d5db2 100644
--- a/ndb/src/client/odbc/executor/Exec_create_index.cpp
+++ b/ndb/src/old_files/client/odbc/executor/Exec_create_index.cpp
diff --git a/ndb/src/client/odbc/executor/Exec_create_table.cpp b/ndb/src/old_files/client/odbc/executor/Exec_create_table.cpp
index d6274119371..d6274119371 100644
--- a/ndb/src/client/odbc/executor/Exec_create_table.cpp
+++ b/ndb/src/old_files/client/odbc/executor/Exec_create_table.cpp
diff --git a/ndb/src/client/odbc/executor/Exec_delete_index.cpp b/ndb/src/old_files/client/odbc/executor/Exec_delete_index.cpp
index 10814654a58..10814654a58 100644
--- a/ndb/src/client/odbc/executor/Exec_delete_index.cpp
+++ b/ndb/src/old_files/client/odbc/executor/Exec_delete_index.cpp
diff --git a/ndb/src/client/odbc/executor/Exec_delete_lookup.cpp b/ndb/src/old_files/client/odbc/executor/Exec_delete_lookup.cpp
index d0795286122..d0795286122 100644
--- a/ndb/src/client/odbc/executor/Exec_delete_lookup.cpp
+++ b/ndb/src/old_files/client/odbc/executor/Exec_delete_lookup.cpp
diff --git a/ndb/src/client/odbc/executor/Exec_delete_scan.cpp b/ndb/src/old_files/client/odbc/executor/Exec_delete_scan.cpp
index a0b3b8314b8..a0b3b8314b8 100644
--- a/ndb/src/client/odbc/executor/Exec_delete_scan.cpp
+++ b/ndb/src/old_files/client/odbc/executor/Exec_delete_scan.cpp
diff --git a/ndb/src/client/odbc/executor/Exec_drop_index.cpp b/ndb/src/old_files/client/odbc/executor/Exec_drop_index.cpp
index 6bf451f6911..6bf451f6911 100644
--- a/ndb/src/client/odbc/executor/Exec_drop_index.cpp
+++ b/ndb/src/old_files/client/odbc/executor/Exec_drop_index.cpp
diff --git a/ndb/src/client/odbc/executor/Exec_drop_table.cpp b/ndb/src/old_files/client/odbc/executor/Exec_drop_table.cpp
index 40d1d42fc61..40d1d42fc61 100644
--- a/ndb/src/client/odbc/executor/Exec_drop_table.cpp
+++ b/ndb/src/old_files/client/odbc/executor/Exec_drop_table.cpp
diff --git a/ndb/src/client/odbc/executor/Exec_expr_conv.cpp b/ndb/src/old_files/client/odbc/executor/Exec_expr_conv.cpp
index 636bfda7d59..636bfda7d59 100644
--- a/ndb/src/client/odbc/executor/Exec_expr_conv.cpp
+++ b/ndb/src/old_files/client/odbc/executor/Exec_expr_conv.cpp
diff --git a/ndb/src/client/odbc/executor/Exec_expr_func.cpp b/ndb/src/old_files/client/odbc/executor/Exec_expr_func.cpp
index 093d15c6e2b..093d15c6e2b 100644
--- a/ndb/src/client/odbc/executor/Exec_expr_func.cpp
+++ b/ndb/src/old_files/client/odbc/executor/Exec_expr_func.cpp
diff --git a/ndb/src/client/odbc/executor/Exec_expr_op.cpp b/ndb/src/old_files/client/odbc/executor/Exec_expr_op.cpp
index fc8b6df9f5b..fc8b6df9f5b 100644
--- a/ndb/src/client/odbc/executor/Exec_expr_op.cpp
+++ b/ndb/src/old_files/client/odbc/executor/Exec_expr_op.cpp
diff --git a/ndb/src/client/odbc/executor/Exec_insert.cpp b/ndb/src/old_files/client/odbc/executor/Exec_insert.cpp
index c2612c6aaab..c2612c6aaab 100644
--- a/ndb/src/client/odbc/executor/Exec_insert.cpp
+++ b/ndb/src/old_files/client/odbc/executor/Exec_insert.cpp
diff --git a/ndb/src/client/odbc/executor/Exec_pred_op.cpp b/ndb/src/old_files/client/odbc/executor/Exec_pred_op.cpp
index 7caa4656473..7caa4656473 100644
--- a/ndb/src/client/odbc/executor/Exec_pred_op.cpp
+++ b/ndb/src/old_files/client/odbc/executor/Exec_pred_op.cpp
diff --git a/ndb/src/client/odbc/executor/Exec_query_index.cpp b/ndb/src/old_files/client/odbc/executor/Exec_query_index.cpp
index 919743beac2..919743beac2 100644
--- a/ndb/src/client/odbc/executor/Exec_query_index.cpp
+++ b/ndb/src/old_files/client/odbc/executor/Exec_query_index.cpp
diff --git a/ndb/src/client/odbc/executor/Exec_query_lookup.cpp b/ndb/src/old_files/client/odbc/executor/Exec_query_lookup.cpp
index 599e1a36461..599e1a36461 100644
--- a/ndb/src/client/odbc/executor/Exec_query_lookup.cpp
+++ b/ndb/src/old_files/client/odbc/executor/Exec_query_lookup.cpp
diff --git a/ndb/src/client/odbc/executor/Exec_query_range.cpp b/ndb/src/old_files/client/odbc/executor/Exec_query_range.cpp
index 0bc878d760d..0bc878d760d 100644
--- a/ndb/src/client/odbc/executor/Exec_query_range.cpp
+++ b/ndb/src/old_files/client/odbc/executor/Exec_query_range.cpp
diff --git a/ndb/src/client/odbc/executor/Exec_query_scan.cpp b/ndb/src/old_files/client/odbc/executor/Exec_query_scan.cpp
index 213dfdd616d..213dfdd616d 100644
--- a/ndb/src/client/odbc/executor/Exec_query_scan.cpp
+++ b/ndb/src/old_files/client/odbc/executor/Exec_query_scan.cpp
diff --git a/ndb/src/client/odbc/executor/Exec_query_sys.cpp b/ndb/src/old_files/client/odbc/executor/Exec_query_sys.cpp
index acdc120e609..acdc120e609 100644
--- a/ndb/src/client/odbc/executor/Exec_query_sys.cpp
+++ b/ndb/src/old_files/client/odbc/executor/Exec_query_sys.cpp
diff --git a/ndb/src/client/odbc/executor/Exec_update_index.cpp b/ndb/src/old_files/client/odbc/executor/Exec_update_index.cpp
index 35b6159d8ca..35b6159d8ca 100644
--- a/ndb/src/client/odbc/executor/Exec_update_index.cpp
+++ b/ndb/src/old_files/client/odbc/executor/Exec_update_index.cpp
diff --git a/ndb/src/client/odbc/executor/Exec_update_lookup.cpp b/ndb/src/old_files/client/odbc/executor/Exec_update_lookup.cpp
index 2c801372de3..2c801372de3 100644
--- a/ndb/src/client/odbc/executor/Exec_update_lookup.cpp
+++ b/ndb/src/old_files/client/odbc/executor/Exec_update_lookup.cpp
diff --git a/ndb/src/client/odbc/executor/Exec_update_scan.cpp b/ndb/src/old_files/client/odbc/executor/Exec_update_scan.cpp
index a36fdd27142..a36fdd27142 100644
--- a/ndb/src/client/odbc/executor/Exec_update_scan.cpp
+++ b/ndb/src/old_files/client/odbc/executor/Exec_update_scan.cpp
diff --git a/ndb/src/client/odbc/executor/Executor.cpp b/ndb/src/old_files/client/odbc/executor/Executor.cpp
index adabb28a4a5..adabb28a4a5 100644
--- a/ndb/src/client/odbc/executor/Executor.cpp
+++ b/ndb/src/old_files/client/odbc/executor/Executor.cpp
diff --git a/ndb/src/client/odbc/executor/Executor.hpp b/ndb/src/old_files/client/odbc/executor/Executor.hpp
index 5edb9d509ac..5edb9d509ac 100644
--- a/ndb/src/client/odbc/executor/Executor.hpp
+++ b/ndb/src/old_files/client/odbc/executor/Executor.hpp
diff --git a/ndb/src/client/odbc/executor/Makefile b/ndb/src/old_files/client/odbc/executor/Makefile
index d86781e212c..d86781e212c 100644
--- a/ndb/src/client/odbc/executor/Makefile
+++ b/ndb/src/old_files/client/odbc/executor/Makefile
diff --git a/ndb/src/client/odbc/handles/AttrDbc.cpp b/ndb/src/old_files/client/odbc/handles/AttrDbc.cpp
index 4768a8995a2..4768a8995a2 100644
--- a/ndb/src/client/odbc/handles/AttrDbc.cpp
+++ b/ndb/src/old_files/client/odbc/handles/AttrDbc.cpp
diff --git a/ndb/src/client/odbc/handles/AttrEnv.cpp b/ndb/src/old_files/client/odbc/handles/AttrEnv.cpp
index 3d57fddeb57..3d57fddeb57 100644
--- a/ndb/src/client/odbc/handles/AttrEnv.cpp
+++ b/ndb/src/old_files/client/odbc/handles/AttrEnv.cpp
diff --git a/ndb/src/client/odbc/handles/AttrRoot.cpp b/ndb/src/old_files/client/odbc/handles/AttrRoot.cpp
index d1b264835b6..d1b264835b6 100644
--- a/ndb/src/client/odbc/handles/AttrRoot.cpp
+++ b/ndb/src/old_files/client/odbc/handles/AttrRoot.cpp
diff --git a/ndb/src/client/odbc/handles/AttrStmt.cpp b/ndb/src/old_files/client/odbc/handles/AttrStmt.cpp
index ce9a9c03fd1..ce9a9c03fd1 100644
--- a/ndb/src/client/odbc/handles/AttrStmt.cpp
+++ b/ndb/src/old_files/client/odbc/handles/AttrStmt.cpp
diff --git a/ndb/src/client/odbc/handles/DescSpec.cpp b/ndb/src/old_files/client/odbc/handles/DescSpec.cpp
index 83905cf9822..83905cf9822 100644
--- a/ndb/src/client/odbc/handles/DescSpec.cpp
+++ b/ndb/src/old_files/client/odbc/handles/DescSpec.cpp
diff --git a/ndb/src/client/odbc/handles/FuncTab.cpp b/ndb/src/old_files/client/odbc/handles/FuncTab.cpp
index 6bd744d7a7f..6bd744d7a7f 100644
--- a/ndb/src/client/odbc/handles/FuncTab.cpp
+++ b/ndb/src/old_files/client/odbc/handles/FuncTab.cpp
diff --git a/ndb/src/client/odbc/handles/HandleBase.cpp b/ndb/src/old_files/client/odbc/handles/HandleBase.cpp
index 27379cdc3f8..27379cdc3f8 100644
--- a/ndb/src/client/odbc/handles/HandleBase.cpp
+++ b/ndb/src/old_files/client/odbc/handles/HandleBase.cpp
diff --git a/ndb/src/client/odbc/handles/HandleBase.hpp b/ndb/src/old_files/client/odbc/handles/HandleBase.hpp
index fc35c2b559b..fc35c2b559b 100644
--- a/ndb/src/client/odbc/handles/HandleBase.hpp
+++ b/ndb/src/old_files/client/odbc/handles/HandleBase.hpp
diff --git a/ndb/src/client/odbc/handles/HandleDbc.cpp b/ndb/src/old_files/client/odbc/handles/HandleDbc.cpp
index 2d5ded2cc21..2d5ded2cc21 100644
--- a/ndb/src/client/odbc/handles/HandleDbc.cpp
+++ b/ndb/src/old_files/client/odbc/handles/HandleDbc.cpp
diff --git a/ndb/src/client/odbc/handles/HandleDbc.hpp b/ndb/src/old_files/client/odbc/handles/HandleDbc.hpp
index 130df08d02c..130df08d02c 100644
--- a/ndb/src/client/odbc/handles/HandleDbc.hpp
+++ b/ndb/src/old_files/client/odbc/handles/HandleDbc.hpp
diff --git a/ndb/src/client/odbc/handles/HandleDesc.cpp b/ndb/src/old_files/client/odbc/handles/HandleDesc.cpp
index 4cff1bb8892..4cff1bb8892 100644
--- a/ndb/src/client/odbc/handles/HandleDesc.cpp
+++ b/ndb/src/old_files/client/odbc/handles/HandleDesc.cpp
diff --git a/ndb/src/client/odbc/handles/HandleDesc.hpp b/ndb/src/old_files/client/odbc/handles/HandleDesc.hpp
index 9419697f134..9419697f134 100644
--- a/ndb/src/client/odbc/handles/HandleDesc.hpp
+++ b/ndb/src/old_files/client/odbc/handles/HandleDesc.hpp
diff --git a/ndb/src/client/odbc/handles/HandleEnv.cpp b/ndb/src/old_files/client/odbc/handles/HandleEnv.cpp
index bc9d8b420a6..bc9d8b420a6 100644
--- a/ndb/src/client/odbc/handles/HandleEnv.cpp
+++ b/ndb/src/old_files/client/odbc/handles/HandleEnv.cpp
diff --git a/ndb/src/client/odbc/handles/HandleEnv.hpp b/ndb/src/old_files/client/odbc/handles/HandleEnv.hpp
index 2b13b0256bc..2b13b0256bc 100644
--- a/ndb/src/client/odbc/handles/HandleEnv.hpp
+++ b/ndb/src/old_files/client/odbc/handles/HandleEnv.hpp
diff --git a/ndb/src/client/odbc/handles/HandleRoot.cpp b/ndb/src/old_files/client/odbc/handles/HandleRoot.cpp
index 13560d55028..13560d55028 100644
--- a/ndb/src/client/odbc/handles/HandleRoot.cpp
+++ b/ndb/src/old_files/client/odbc/handles/HandleRoot.cpp
diff --git a/ndb/src/client/odbc/handles/HandleRoot.hpp b/ndb/src/old_files/client/odbc/handles/HandleRoot.hpp
index 08a22b3e400..08a22b3e400 100644
--- a/ndb/src/client/odbc/handles/HandleRoot.hpp
+++ b/ndb/src/old_files/client/odbc/handles/HandleRoot.hpp
diff --git a/ndb/src/client/odbc/handles/HandleStmt.cpp b/ndb/src/old_files/client/odbc/handles/HandleStmt.cpp
index d33d33dbd5b..d33d33dbd5b 100644
--- a/ndb/src/client/odbc/handles/HandleStmt.cpp
+++ b/ndb/src/old_files/client/odbc/handles/HandleStmt.cpp
diff --git a/ndb/src/client/odbc/handles/HandleStmt.hpp b/ndb/src/old_files/client/odbc/handles/HandleStmt.hpp
index 0bee138bfc6..0bee138bfc6 100644
--- a/ndb/src/client/odbc/handles/HandleStmt.hpp
+++ b/ndb/src/old_files/client/odbc/handles/HandleStmt.hpp
diff --git a/ndb/src/client/odbc/handles/InfoTab.cpp b/ndb/src/old_files/client/odbc/handles/InfoTab.cpp
index 1a93c4da264..1a93c4da264 100644
--- a/ndb/src/client/odbc/handles/InfoTab.cpp
+++ b/ndb/src/old_files/client/odbc/handles/InfoTab.cpp
diff --git a/ndb/src/client/odbc/handles/Makefile b/ndb/src/old_files/client/odbc/handles/Makefile
index d37e7d286ba..d37e7d286ba 100644
--- a/ndb/src/client/odbc/handles/Makefile
+++ b/ndb/src/old_files/client/odbc/handles/Makefile
diff --git a/ndb/src/client/odbc/handles/PoolNdb.cpp b/ndb/src/old_files/client/odbc/handles/PoolNdb.cpp
index 45d3c67ec77..45d3c67ec77 100644
--- a/ndb/src/client/odbc/handles/PoolNdb.cpp
+++ b/ndb/src/old_files/client/odbc/handles/PoolNdb.cpp
diff --git a/ndb/src/client/odbc/handles/PoolNdb.hpp b/ndb/src/old_files/client/odbc/handles/PoolNdb.hpp
index 35eac055c30..35eac055c30 100644
--- a/ndb/src/client/odbc/handles/PoolNdb.hpp
+++ b/ndb/src/old_files/client/odbc/handles/PoolNdb.hpp
diff --git a/ndb/src/client/odbc/handles/handles.hpp b/ndb/src/old_files/client/odbc/handles/handles.hpp
index a9f0fcae888..a9f0fcae888 100644
--- a/ndb/src/client/odbc/handles/handles.hpp
+++ b/ndb/src/old_files/client/odbc/handles/handles.hpp
diff --git a/ndb/src/newtonapi/Makefile b/ndb/src/old_files/newtonapi/Makefile
index bed179046a5..bed179046a5 100644
--- a/ndb/src/newtonapi/Makefile
+++ b/ndb/src/old_files/newtonapi/Makefile
diff --git a/ndb/src/newtonapi/dba_binding.cpp b/ndb/src/old_files/newtonapi/dba_binding.cpp
index 63e48110b1d..63e48110b1d 100644
--- a/ndb/src/newtonapi/dba_binding.cpp
+++ b/ndb/src/old_files/newtonapi/dba_binding.cpp
diff --git a/ndb/src/newtonapi/dba_bulkread.cpp b/ndb/src/old_files/newtonapi/dba_bulkread.cpp
index 1f75037046b..1f75037046b 100644
--- a/ndb/src/newtonapi/dba_bulkread.cpp
+++ b/ndb/src/old_files/newtonapi/dba_bulkread.cpp
diff --git a/ndb/src/newtonapi/dba_config.cpp b/ndb/src/old_files/newtonapi/dba_config.cpp
index d84386a9438..d84386a9438 100644
--- a/ndb/src/newtonapi/dba_config.cpp
+++ b/ndb/src/old_files/newtonapi/dba_config.cpp
diff --git a/ndb/src/newtonapi/dba_dac.cpp b/ndb/src/old_files/newtonapi/dba_dac.cpp
index fcb4e676e46..fcb4e676e46 100644
--- a/ndb/src/newtonapi/dba_dac.cpp
+++ b/ndb/src/old_files/newtonapi/dba_dac.cpp
diff --git a/ndb/src/newtonapi/dba_error.cpp b/ndb/src/old_files/newtonapi/dba_error.cpp
index f05446522b0..f05446522b0 100644
--- a/ndb/src/newtonapi/dba_error.cpp
+++ b/ndb/src/old_files/newtonapi/dba_error.cpp
diff --git a/ndb/src/newtonapi/dba_init.cpp b/ndb/src/old_files/newtonapi/dba_init.cpp
index aa5fef1171c..aa5fef1171c 100644
--- a/ndb/src/newtonapi/dba_init.cpp
+++ b/ndb/src/old_files/newtonapi/dba_init.cpp
diff --git a/ndb/src/newtonapi/dba_internal.hpp b/ndb/src/old_files/newtonapi/dba_internal.hpp
index 84ae7ba222b..84ae7ba222b 100644
--- a/ndb/src/newtonapi/dba_internal.hpp
+++ b/ndb/src/old_files/newtonapi/dba_internal.hpp
diff --git a/ndb/src/newtonapi/dba_process.cpp b/ndb/src/old_files/newtonapi/dba_process.cpp
index ddb6e62f180..ddb6e62f180 100644
--- a/ndb/src/newtonapi/dba_process.cpp
+++ b/ndb/src/old_files/newtonapi/dba_process.cpp
diff --git a/ndb/src/newtonapi/dba_process.hpp b/ndb/src/old_files/newtonapi/dba_process.hpp
index ef24fbd9142..ef24fbd9142 100644
--- a/ndb/src/newtonapi/dba_process.hpp
+++ b/ndb/src/old_files/newtonapi/dba_process.hpp
diff --git a/ndb/src/newtonapi/dba_schema.cpp b/ndb/src/old_files/newtonapi/dba_schema.cpp
index 1bf21f1fe80..1bf21f1fe80 100644
--- a/ndb/src/newtonapi/dba_schema.cpp
+++ b/ndb/src/old_files/newtonapi/dba_schema.cpp
diff --git a/ndb/src/rep/ExtSender.cpp b/ndb/src/old_files/rep/ExtSender.cpp
index cf31001a85f..cf31001a85f 100644
--- a/ndb/src/rep/ExtSender.cpp
+++ b/ndb/src/old_files/rep/ExtSender.cpp
diff --git a/ndb/src/rep/ExtSender.hpp b/ndb/src/old_files/rep/ExtSender.hpp
index 0bdabd68f37..0bdabd68f37 100644
--- a/ndb/src/rep/ExtSender.hpp
+++ b/ndb/src/old_files/rep/ExtSender.hpp
diff --git a/ndb/src/rep/Makefile b/ndb/src/old_files/rep/Makefile
index 9688a68ec74..9688a68ec74 100644
--- a/ndb/src/rep/Makefile
+++ b/ndb/src/old_files/rep/Makefile
diff --git a/ndb/src/rep/NodeConnectInfo.hpp b/ndb/src/old_files/rep/NodeConnectInfo.hpp
index 403f92a5999..403f92a5999 100644
--- a/ndb/src/rep/NodeConnectInfo.hpp
+++ b/ndb/src/old_files/rep/NodeConnectInfo.hpp
diff --git a/ndb/src/rep/README b/ndb/src/old_files/rep/README
index 7be5e230eb3..7be5e230eb3 100644
--- a/ndb/src/rep/README
+++ b/ndb/src/old_files/rep/README
diff --git a/ndb/src/rep/RepApiInterpreter.cpp b/ndb/src/old_files/rep/RepApiInterpreter.cpp
index 6e6f150713a..6e6f150713a 100644
--- a/ndb/src/rep/RepApiInterpreter.cpp
+++ b/ndb/src/old_files/rep/RepApiInterpreter.cpp
diff --git a/ndb/src/rep/RepApiInterpreter.hpp b/ndb/src/old_files/rep/RepApiInterpreter.hpp
index 78f190156b3..78f190156b3 100644
--- a/ndb/src/rep/RepApiInterpreter.hpp
+++ b/ndb/src/old_files/rep/RepApiInterpreter.hpp
diff --git a/ndb/src/rep/RepApiService.cpp b/ndb/src/old_files/rep/RepApiService.cpp
index d07f7a59375..d07f7a59375 100644
--- a/ndb/src/rep/RepApiService.cpp
+++ b/ndb/src/old_files/rep/RepApiService.cpp
diff --git a/ndb/src/rep/RepApiService.hpp b/ndb/src/old_files/rep/RepApiService.hpp
index e1137e53258..e1137e53258 100644
--- a/ndb/src/rep/RepApiService.hpp
+++ b/ndb/src/old_files/rep/RepApiService.hpp
diff --git a/ndb/src/rep/RepCommandInterpreter.cpp b/ndb/src/old_files/rep/RepCommandInterpreter.cpp
index a0daf9529ab..a0daf9529ab 100644
--- a/ndb/src/rep/RepCommandInterpreter.cpp
+++ b/ndb/src/old_files/rep/RepCommandInterpreter.cpp
diff --git a/ndb/src/rep/RepCommandInterpreter.hpp b/ndb/src/old_files/rep/RepCommandInterpreter.hpp
index 398a7c0318c..398a7c0318c 100644
--- a/ndb/src/rep/RepCommandInterpreter.hpp
+++ b/ndb/src/old_files/rep/RepCommandInterpreter.hpp
diff --git a/ndb/src/rep/RepComponents.cpp b/ndb/src/old_files/rep/RepComponents.cpp
index 04b2e0e5fa5..04b2e0e5fa5 100644
--- a/ndb/src/rep/RepComponents.cpp
+++ b/ndb/src/old_files/rep/RepComponents.cpp
diff --git a/ndb/src/rep/RepComponents.hpp b/ndb/src/old_files/rep/RepComponents.hpp
index ff0f29e2128..ff0f29e2128 100644
--- a/ndb/src/rep/RepComponents.hpp
+++ b/ndb/src/old_files/rep/RepComponents.hpp
diff --git a/ndb/src/rep/RepMain.cpp b/ndb/src/old_files/rep/RepMain.cpp
index d9f057be9a1..d9f057be9a1 100644
--- a/ndb/src/rep/RepMain.cpp
+++ b/ndb/src/old_files/rep/RepMain.cpp
diff --git a/ndb/src/rep/Requestor.cpp b/ndb/src/old_files/rep/Requestor.cpp
index 3c93a6394a4..3c93a6394a4 100644
--- a/ndb/src/rep/Requestor.cpp
+++ b/ndb/src/old_files/rep/Requestor.cpp
diff --git a/ndb/src/rep/Requestor.hpp b/ndb/src/old_files/rep/Requestor.hpp
index 735d2094bde..735d2094bde 100644
--- a/ndb/src/rep/Requestor.hpp
+++ b/ndb/src/old_files/rep/Requestor.hpp
diff --git a/ndb/src/rep/RequestorSubscriptions.cpp b/ndb/src/old_files/rep/RequestorSubscriptions.cpp
index 75b41fae037..75b41fae037 100644
--- a/ndb/src/rep/RequestorSubscriptions.cpp
+++ b/ndb/src/old_files/rep/RequestorSubscriptions.cpp
diff --git a/ndb/src/rep/SignalQueue.cpp b/ndb/src/old_files/rep/SignalQueue.cpp
index 9b356a14b7d..9b356a14b7d 100644
--- a/ndb/src/rep/SignalQueue.cpp
+++ b/ndb/src/old_files/rep/SignalQueue.cpp
diff --git a/ndb/src/rep/SignalQueue.hpp b/ndb/src/old_files/rep/SignalQueue.hpp
index 697bca85893..697bca85893 100644
--- a/ndb/src/rep/SignalQueue.hpp
+++ b/ndb/src/old_files/rep/SignalQueue.hpp
diff --git a/ndb/src/rep/TODO b/ndb/src/old_files/rep/TODO
index a2462fae6cd..a2462fae6cd 100644
--- a/ndb/src/rep/TODO
+++ b/ndb/src/old_files/rep/TODO
diff --git a/ndb/src/rep/adapters/AppNDB.cpp b/ndb/src/old_files/rep/adapters/AppNDB.cpp
index 05f6d52807f..05f6d52807f 100644
--- a/ndb/src/rep/adapters/AppNDB.cpp
+++ b/ndb/src/old_files/rep/adapters/AppNDB.cpp
diff --git a/ndb/src/rep/adapters/AppNDB.hpp b/ndb/src/old_files/rep/adapters/AppNDB.hpp
index 9563a1e41ab..9563a1e41ab 100644
--- a/ndb/src/rep/adapters/AppNDB.hpp
+++ b/ndb/src/old_files/rep/adapters/AppNDB.hpp
diff --git a/ndb/src/rep/adapters/ExtAPI.cpp b/ndb/src/old_files/rep/adapters/ExtAPI.cpp
index 0dcd1e85465..0dcd1e85465 100644
--- a/ndb/src/rep/adapters/ExtAPI.cpp
+++ b/ndb/src/old_files/rep/adapters/ExtAPI.cpp
diff --git a/ndb/src/rep/adapters/ExtAPI.hpp b/ndb/src/old_files/rep/adapters/ExtAPI.hpp
index f10b6c7d682..f10b6c7d682 100644
--- a/ndb/src/rep/adapters/ExtAPI.hpp
+++ b/ndb/src/old_files/rep/adapters/ExtAPI.hpp
diff --git a/ndb/src/rep/adapters/ExtNDB.cpp b/ndb/src/old_files/rep/adapters/ExtNDB.cpp
index 6642b750b57..6642b750b57 100644
--- a/ndb/src/rep/adapters/ExtNDB.cpp
+++ b/ndb/src/old_files/rep/adapters/ExtNDB.cpp
diff --git a/ndb/src/rep/adapters/ExtNDB.hpp b/ndb/src/old_files/rep/adapters/ExtNDB.hpp
index 228c980fd06..228c980fd06 100644
--- a/ndb/src/rep/adapters/ExtNDB.hpp
+++ b/ndb/src/old_files/rep/adapters/ExtNDB.hpp
diff --git a/ndb/src/rep/adapters/Makefile b/ndb/src/old_files/rep/adapters/Makefile
index bdd711510c3..bdd711510c3 100644
--- a/ndb/src/rep/adapters/Makefile
+++ b/ndb/src/old_files/rep/adapters/Makefile
diff --git a/ndb/src/rep/adapters/TableInfoPs.hpp b/ndb/src/old_files/rep/adapters/TableInfoPs.hpp
index 3fa25979255..3fa25979255 100644
--- a/ndb/src/rep/adapters/TableInfoPs.hpp
+++ b/ndb/src/old_files/rep/adapters/TableInfoPs.hpp
diff --git a/ndb/src/rep/dbug_hack.cpp b/ndb/src/old_files/rep/dbug_hack.cpp
index 74e5f080777..74e5f080777 100644
--- a/ndb/src/rep/dbug_hack.cpp
+++ b/ndb/src/old_files/rep/dbug_hack.cpp
diff --git a/ndb/src/rep/rep_version.hpp b/ndb/src/old_files/rep/rep_version.hpp
index 3830f9c351c..3830f9c351c 100644
--- a/ndb/src/rep/rep_version.hpp
+++ b/ndb/src/old_files/rep/rep_version.hpp
diff --git a/ndb/src/rep/repapi/Makefile b/ndb/src/old_files/rep/repapi/Makefile
index fdd153f1060..fdd153f1060 100644
--- a/ndb/src/rep/repapi/Makefile
+++ b/ndb/src/old_files/rep/repapi/Makefile
diff --git a/ndb/src/rep/repapi/repapi.cpp b/ndb/src/old_files/rep/repapi/repapi.cpp
index d34ab098c9c..d34ab098c9c 100644
--- a/ndb/src/rep/repapi/repapi.cpp
+++ b/ndb/src/old_files/rep/repapi/repapi.cpp
diff --git a/ndb/src/rep/repapi/repapi.h b/ndb/src/old_files/rep/repapi/repapi.h
index 170e493cd86..170e493cd86 100644
--- a/ndb/src/rep/repapi/repapi.h
+++ b/ndb/src/old_files/rep/repapi/repapi.h
diff --git a/ndb/src/rep/state/Channel.cpp b/ndb/src/old_files/rep/state/Channel.cpp
index a7f7b90d3fe..a7f7b90d3fe 100644
--- a/ndb/src/rep/state/Channel.cpp
+++ b/ndb/src/old_files/rep/state/Channel.cpp
diff --git a/ndb/src/rep/state/Channel.hpp b/ndb/src/old_files/rep/state/Channel.hpp
index cdf4eecca63..cdf4eecca63 100644
--- a/ndb/src/rep/state/Channel.hpp
+++ b/ndb/src/old_files/rep/state/Channel.hpp
diff --git a/ndb/src/rep/state/Interval.cpp b/ndb/src/old_files/rep/state/Interval.cpp
index 8266f19c58d..8266f19c58d 100644
--- a/ndb/src/rep/state/Interval.cpp
+++ b/ndb/src/old_files/rep/state/Interval.cpp
diff --git a/ndb/src/rep/state/Interval.hpp b/ndb/src/old_files/rep/state/Interval.hpp
index 935adaf26b1..935adaf26b1 100644
--- a/ndb/src/rep/state/Interval.hpp
+++ b/ndb/src/old_files/rep/state/Interval.hpp
diff --git a/ndb/src/rep/state/Makefile b/ndb/src/old_files/rep/state/Makefile
index 3eed69a97dd..3eed69a97dd 100644
--- a/ndb/src/rep/state/Makefile
+++ b/ndb/src/old_files/rep/state/Makefile
diff --git a/ndb/src/rep/state/RepState.cpp b/ndb/src/old_files/rep/state/RepState.cpp
index d8a50961a3c..d8a50961a3c 100644
--- a/ndb/src/rep/state/RepState.cpp
+++ b/ndb/src/old_files/rep/state/RepState.cpp
diff --git a/ndb/src/rep/state/RepState.hpp b/ndb/src/old_files/rep/state/RepState.hpp
index 06bbca19f7e..06bbca19f7e 100644
--- a/ndb/src/rep/state/RepState.hpp
+++ b/ndb/src/old_files/rep/state/RepState.hpp
diff --git a/ndb/src/rep/state/RepStateEvent.cpp b/ndb/src/old_files/rep/state/RepStateEvent.cpp
index 9be304c8bfa..9be304c8bfa 100644
--- a/ndb/src/rep/state/RepStateEvent.cpp
+++ b/ndb/src/old_files/rep/state/RepStateEvent.cpp
diff --git a/ndb/src/rep/state/RepStateRequests.cpp b/ndb/src/old_files/rep/state/RepStateRequests.cpp
index 02677e141f6..02677e141f6 100644
--- a/ndb/src/rep/state/RepStateRequests.cpp
+++ b/ndb/src/old_files/rep/state/RepStateRequests.cpp
diff --git a/ndb/src/rep/state/testInterval/Makefile b/ndb/src/old_files/rep/state/testInterval/Makefile
index fbb0b48c280..fbb0b48c280 100644
--- a/ndb/src/rep/state/testInterval/Makefile
+++ b/ndb/src/old_files/rep/state/testInterval/Makefile
diff --git a/ndb/src/rep/state/testInterval/testInterval.cpp b/ndb/src/old_files/rep/state/testInterval/testInterval.cpp
index 463e4adffb7..463e4adffb7 100644
--- a/ndb/src/rep/state/testInterval/testInterval.cpp
+++ b/ndb/src/old_files/rep/state/testInterval/testInterval.cpp
diff --git a/ndb/src/rep/state/testRepState/Makefile b/ndb/src/old_files/rep/state/testRepState/Makefile
index 33c6076eff3..33c6076eff3 100644
--- a/ndb/src/rep/state/testRepState/Makefile
+++ b/ndb/src/old_files/rep/state/testRepState/Makefile
diff --git a/ndb/src/rep/state/testRepState/testRequestor.cpp b/ndb/src/old_files/rep/state/testRepState/testRequestor.cpp
index 8989f7098b8..8989f7098b8 100644
--- a/ndb/src/rep/state/testRepState/testRequestor.cpp
+++ b/ndb/src/old_files/rep/state/testRepState/testRequestor.cpp
diff --git a/ndb/src/rep/state/testRepState/testRequestor.hpp b/ndb/src/old_files/rep/state/testRepState/testRequestor.hpp
index 726b289114d..726b289114d 100644
--- a/ndb/src/rep/state/testRepState/testRequestor.hpp
+++ b/ndb/src/old_files/rep/state/testRepState/testRequestor.hpp
diff --git a/ndb/src/rep/storage/GCIBuffer.cpp b/ndb/src/old_files/rep/storage/GCIBuffer.cpp
index 013600b30a5..013600b30a5 100644
--- a/ndb/src/rep/storage/GCIBuffer.cpp
+++ b/ndb/src/old_files/rep/storage/GCIBuffer.cpp
diff --git a/ndb/src/rep/storage/GCIBuffer.hpp b/ndb/src/old_files/rep/storage/GCIBuffer.hpp
index 8a8473d1d49..8a8473d1d49 100644
--- a/ndb/src/rep/storage/GCIBuffer.hpp
+++ b/ndb/src/old_files/rep/storage/GCIBuffer.hpp
diff --git a/ndb/src/rep/storage/GCIContainer.cpp b/ndb/src/old_files/rep/storage/GCIContainer.cpp
index c161db0769b..c161db0769b 100644
--- a/ndb/src/rep/storage/GCIContainer.cpp
+++ b/ndb/src/old_files/rep/storage/GCIContainer.cpp
diff --git a/ndb/src/rep/storage/GCIContainer.hpp b/ndb/src/old_files/rep/storage/GCIContainer.hpp
index 48cbc66bfbd..48cbc66bfbd 100644
--- a/ndb/src/rep/storage/GCIContainer.hpp
+++ b/ndb/src/old_files/rep/storage/GCIContainer.hpp
diff --git a/ndb/src/rep/storage/GCIContainerPS.cpp b/ndb/src/old_files/rep/storage/GCIContainerPS.cpp
index 5adb53f965c..5adb53f965c 100644
--- a/ndb/src/rep/storage/GCIContainerPS.cpp
+++ b/ndb/src/old_files/rep/storage/GCIContainerPS.cpp
diff --git a/ndb/src/rep/storage/GCIContainerPS.hpp b/ndb/src/old_files/rep/storage/GCIContainerPS.hpp
index 7f5aaac4840..7f5aaac4840 100644
--- a/ndb/src/rep/storage/GCIContainerPS.hpp
+++ b/ndb/src/old_files/rep/storage/GCIContainerPS.hpp
diff --git a/ndb/src/rep/storage/GCIPage.cpp b/ndb/src/old_files/rep/storage/GCIPage.cpp
index 05ecde2fee1..05ecde2fee1 100644
--- a/ndb/src/rep/storage/GCIPage.cpp
+++ b/ndb/src/old_files/rep/storage/GCIPage.cpp
diff --git a/ndb/src/rep/storage/GCIPage.hpp b/ndb/src/old_files/rep/storage/GCIPage.hpp
index 50c5ab0cfba..50c5ab0cfba 100644
--- a/ndb/src/rep/storage/GCIPage.hpp
+++ b/ndb/src/old_files/rep/storage/GCIPage.hpp
diff --git a/ndb/src/rep/storage/LogRecord.hpp b/ndb/src/old_files/rep/storage/LogRecord.hpp
index a0bf3d52372..a0bf3d52372 100644
--- a/ndb/src/rep/storage/LogRecord.hpp
+++ b/ndb/src/old_files/rep/storage/LogRecord.hpp
diff --git a/ndb/src/rep/storage/Makefile b/ndb/src/old_files/rep/storage/Makefile
index 89b3af455e8..89b3af455e8 100644
--- a/ndb/src/rep/storage/Makefile
+++ b/ndb/src/old_files/rep/storage/Makefile
diff --git a/ndb/src/rep/storage/NodeConnectInfo.hpp b/ndb/src/old_files/rep/storage/NodeConnectInfo.hpp
index 403f92a5999..403f92a5999 100644
--- a/ndb/src/rep/storage/NodeConnectInfo.hpp
+++ b/ndb/src/old_files/rep/storage/NodeConnectInfo.hpp
diff --git a/ndb/src/rep/storage/NodeGroup.cpp b/ndb/src/old_files/rep/storage/NodeGroup.cpp
index 33451efb104..33451efb104 100644
--- a/ndb/src/rep/storage/NodeGroup.cpp
+++ b/ndb/src/old_files/rep/storage/NodeGroup.cpp
diff --git a/ndb/src/rep/storage/NodeGroup.hpp b/ndb/src/old_files/rep/storage/NodeGroup.hpp
index 1f515e02a23..1f515e02a23 100644
--- a/ndb/src/rep/storage/NodeGroup.hpp
+++ b/ndb/src/old_files/rep/storage/NodeGroup.hpp
diff --git a/ndb/src/rep/storage/NodeGroupInfo.cpp b/ndb/src/old_files/rep/storage/NodeGroupInfo.cpp
index 8c250268997..8c250268997 100644
--- a/ndb/src/rep/storage/NodeGroupInfo.cpp
+++ b/ndb/src/old_files/rep/storage/NodeGroupInfo.cpp
diff --git a/ndb/src/rep/storage/NodeGroupInfo.hpp b/ndb/src/old_files/rep/storage/NodeGroupInfo.hpp
index 3d0499d4425..3d0499d4425 100644
--- a/ndb/src/rep/storage/NodeGroupInfo.hpp
+++ b/ndb/src/old_files/rep/storage/NodeGroupInfo.hpp
diff --git a/ndb/src/rep/transfer/Makefile b/ndb/src/old_files/rep/transfer/Makefile
index 0d8851e287a..0d8851e287a 100644
--- a/ndb/src/rep/transfer/Makefile
+++ b/ndb/src/old_files/rep/transfer/Makefile
diff --git a/ndb/src/rep/transfer/TransPS.cpp b/ndb/src/old_files/rep/transfer/TransPS.cpp
index 11fb0203cbc..11fb0203cbc 100644
--- a/ndb/src/rep/transfer/TransPS.cpp
+++ b/ndb/src/old_files/rep/transfer/TransPS.cpp
diff --git a/ndb/src/rep/transfer/TransPS.hpp b/ndb/src/old_files/rep/transfer/TransPS.hpp
index 0464b9e47c0..0464b9e47c0 100644
--- a/ndb/src/rep/transfer/TransPS.hpp
+++ b/ndb/src/old_files/rep/transfer/TransPS.hpp
diff --git a/ndb/src/rep/transfer/TransSS.cpp b/ndb/src/old_files/rep/transfer/TransSS.cpp
index 376c6375bc4..376c6375bc4 100644
--- a/ndb/src/rep/transfer/TransSS.cpp
+++ b/ndb/src/old_files/rep/transfer/TransSS.cpp
diff --git a/ndb/src/rep/transfer/TransSS.hpp b/ndb/src/old_files/rep/transfer/TransSS.hpp
index 3340038c8d1..3340038c8d1 100644
--- a/ndb/src/rep/transfer/TransSS.hpp
+++ b/ndb/src/old_files/rep/transfer/TransSS.hpp
diff --git a/ndb/src/rep/transfer/TransSSSubscriptions.cpp b/ndb/src/old_files/rep/transfer/TransSSSubscriptions.cpp
index 582ba8040a6..582ba8040a6 100644
--- a/ndb/src/rep/transfer/TransSSSubscriptions.cpp
+++ b/ndb/src/old_files/rep/transfer/TransSSSubscriptions.cpp