summaryrefslogtreecommitdiff
path: root/plugin/win_auth_client
Commit message (Collapse)AuthorAgeFilesLines
* spelling fixesklemens2017-03-071-1/+1
|
* MDEV-7771 missing client plugins when mariadb-shared is not installedSergei Golubchik2015-06-151-1/+1
| | | | | | | | Put client plugins into -common rpm, not -shared. Because they're needed for * all clients that link with shared libmysqlclient (-shared) * our clients from -client rpm, they're statically linked (-client) * the server that acts as a replication slave (-server)
* mysql-5.5.39 mergeSergei Golubchik2014-08-021-1/+0
| | | | | | | ~40% bugfixed(*) applied ~40$ bugfixed reverted (incorrect or we're not buggy) ~20% bugfixed applied, despite us being not buggy (*) only changes in the server code, e.g. not cmakefiles
* MySQL-5.5.36 mergeSergei Golubchik2014-02-171-1/+1
| | | | (without few incorrect bugfixes and with 1250 files where only a copyright year was changed)
* MySQL-5.5.35 mergeSergei Golubchik2014-01-221-0/+4
|
* mysql-5.5.32 mergeSergei Golubchik2013-07-167-7/+7
|
* Reduce size of windows MSI by approx. 50%Vladislav Vaintroub2012-03-161-1/+1
| | | | | | | | - Mark test components, plugins etc with COMPONENT Test, to get them excluded from the MSI - Only include debug symbols for client and embedded libs and also mysqld.exe and server plugins (so we can still can get a callstack in case of crash) The rest (all *.pdbs, test components, MTR) can be obtained from the big ZIP distribution, if required.
* rename debug variable to debug_dbug, to make test pass in release buildsSergei Golubchik2011-12-151-1/+1
| | | | | | (and to follow the naming conventons). keep old debug variable, but mark it as deprecated.
* mysql-5.5.18 mergeSergei Golubchik2011-11-034-33/+76
|
* fixes for windowsSergei Golubchik2011-10-211-1/+1
|
* move authentication_windows_client and mysql_clear_password clear client ↵Sergei Golubchik2011-07-128-0/+1821
auth plugins out of libmysql into separate dynamic plugins in the plugin/ directory. move dialog and auth_socket plugins out of the plugin directory with examples into dedicated directories in plugin/