-
- Downloads
my_alloc.c
- Changed 0x%lx -> %p array.c: - Static (preallocated) buffer can now be anywhere my_sys.h - Define MY_INIT_BUFFER_USED sql_delete.cc & sql_lex.cc - Use memroot when allocating classes (avoids call to current_thd) sql_explain.h: - Use preallocated buffers sql_explain.cc: - Use preallocated buffers and memroot sql_select.cc: - Use multi_alloc_root() instead of many alloc_root() - Update calls to Explain
Showing
- mysql-test/suite/sys_vars/r/sysvars_server_notembedded.result 7 additions, 7 deletions...l-test/suite/sys_vars/r/sysvars_server_notembedded.result
- sql/sql_delete.cc 2 additions, 2 deletionssql/sql_delete.cc
- sql/sql_explain.cc 26 additions, 8 deletionssql/sql_explain.cc
- sql/sql_explain.h 45 additions, 36 deletionssql/sql_explain.h
- sql/sql_insert.cc 1 addition, 1 deletionsql/sql_insert.cc
- sql/sql_lex.cc 1 addition, 1 deletionsql/sql_lex.cc
- sql/sql_select.cc 29 additions, 19 deletionssql/sql_select.cc
- sql/sql_select.h 1 addition, 1 deletionsql/sql_select.h
Loading
Please register or sign in to comment