lp://staging/~parthm/+junk/mysql-server
- Get this branch:
- bzr branch lp://staging/~parthm/+junk/mysql-server
Branch information
- Owner:
- Parth Malwankar
- Status:
- Development
Recent revisions
- 3008. By Alexander Nozdrin <email address hidden>
-
Fix compile error (different storage class for mysql_temp_
dir_list)
when trying to build innodb as plugin.The reason for the error is mismatch in mysql_temp_dir_list
declaration between mysqld.h and usage in ha_innodb.ccAdd missing MYSQL_PLUGIN_IMPORT to mysql_tmpdir_list
(variables exported by the server and used by plugin need it). - 3007. By Alexander Nozdrin <email address hidden>
-
A post-fix patch for WL#4877/WL#5030:
Fix tons of warnings about mismatch struct and class usage. - 3006. By Marc Alff
-
Bug#52754 Build break in mysql-trunk, performance schema unit test
Tree cleaup after the last major merges in mysql-trunk:
The files sql/lex_hash.h and sql/sql_yacc.h are automatically
generated, and should not be checked in the configuration management system.
These files are now removed.
No changes are required for .bzrignore, which already listed these files
(and similar files in libmysqld/).The file storage/
perfschema/ unittest/ pfs_timer- t.cc did not build
after the header files refactoring affecting mysql_priv.h
The file now builds properly using sql_priv.h - 3005. By Alexander Nozdrin <email address hidden>
-
Make main.query_
cache_debug experimental on Linux due to Bug 52356. - 3003. By Mats Kindahl
-
WL#5030: Splitting mysql_priv.h
Adding my_global.h first in all files using
NO_EMBEDDED_ACCESS_ CHECKS. Correcting a merge problem resulting from a changed definition
of check_some_access compared to the original patches. - 3001. By Mats Kindahl
-
WL#5030: Splitting mysql_priv.h
Adding includes of my_global.h that seems to be necessary on Windows.
Branch metadata
- Branch format:
- Branch format 6
- Repository format:
- Bazaar RepositoryFormatKnitPack6 (bzr 1.9)