summaryrefslogtreecommitdiff
path: root/sql/sql_servers.h
Commit message (Collapse)AuthorAgeFilesLines
* WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-0/+5
| | | | | | | | | | | | | This patch: - Moves all definitions from the mysql_priv.h file into header files for the component where the variable is defined - Creates header files if the component lacks one - Eliminates all include directives from mysql_priv.h - Eliminates all circular include cycles - Rename time.cc to sql_time.cc - Rename mysql_priv.h to sql_priv.h
* WL#5016: Fix header file include guardsMats Kindahl2009-09-231-0/+5
| | | | Adding header include file guards to files that are missing such.
* BUG#26257 New Federated Server Functionality Doesn't support differently ↵acurtis/antony@xiphis.org/ltamd64.xiphis.org2007-03-241-1/+2
| | | | | | | | | | | | | named tables * Modified Federated memory allocation to use MEM_ROOT * Modified sql_servers and federated to allocate share connection parameters to use MEM_ROOT * Modified Federated to allow tablename in addition to server name * Implicit flushing of tables using altered/dropped server name * Added tests to prove new functionality works Contributors to this patch: Patrick Galbraith, Antony Curtis
* Bug#25721acurtis/antony@xiphis.org/ltamd64.xiphis.org2007-03-231-26/+4
| | | | | | | | "Concurrent ALTER/CREATE SERVER can lead to deadlock" Deadlock caused by inconsistant use of mutexes in sql_server.cc One mutex has been removed to resolve deadlock. Many functions were made private which should not be exported. Unused variables and function removed.
* After merge fixesmonty@mysql.com/narttu.mysql.fi2007-01-291-1/+0
| | | | | | | Removed a lot of compiler warnings Removed not used variables, functions and labels Initialize some variables that could be used unitialized (fatal bugs) %ll -> %l
* Many files:kent@mysql.com/kent-amd64.(none)2006-12-311-2/+2
| | | | | | | | | | Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header Adjusted year(s) in copyright header Added GPL copyright text my_vle.h, rpl_utility.h, my_vle.c, base64-t.c, rpl_utility.cc: Changed copyright header formatting some plugin_example.c, daemon_example.c: Added "Copyright (C) 2006 MySQL AB" to GPL header
* Many files:kent@mysql.com/kent-amd64.(none)2006-12-271-2/+1
| | | | Changed header to GPL version 2 only
* WL# 3031patg@radha.tangent.org2006-12-011-0/+66
Backport of functionality in private 5.2 tree. Added new language to parser, new mysql.servers table and associated code to be used by the federated storage engine to allow central connection information per WL entry.