summaryrefslogtreecommitdiff
path: root/include/mysql/plugin_auth_common.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
|\
| * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
| | | | | | | | * Update wrong zip-code
* | 10.0-monty mergeSergei Golubchik2013-07-211-0/+21
|\ \ | |/ |/| | | | | | | | | | | includes: * remove some remnants of "Bug#14521864: MYSQL 5.1 TO 5.5 BUGS PARTITIONING" * introduce LOCK_share, now LOCK_ha_data is strictly for engines * rea_create_table() always creates .par file (even in "frm-only" mode) * fix a 5.6 bug, temp file leak on dummy ALTER TABLE
| * MDEV-4058unknown2013-06-271-0/+21
| | | | | | | | MySQL 5.6.10 performance schema: merge of host_cache table
* | MDEV-4307 Support at least 48 utf8 characters in username in server and PAMSergei Golubchik2013-03-261-1/+1
|/ | | | | Extend plugin auth api to support up to 512 bytes in the user names. Use the API versioning to support old auth plugins too!
* mysql-5.5.18 mergeSergei Golubchik2011-11-031-2/+2
|\
| * Updated/added copyright headersKent Boortz2011-06-301-2/+2
| |
* | fixes for windowsSergei Golubchik2011-10-211-0/+4
| |
* | 5.5-mergeSergei Golubchik2011-07-021-0/+1
|\ \ | |/
| * WL#1054: Pluggable authentication supportGeorgi Kodinov2010-08-091-0/+105
| | | | | Merged the implementation to a new base tree.
* pluggable auth with plugin examplesSergei Golubchik2010-03-291-0/+105
Makefile.am: add new API files to the check_abi rule, remove duplicates client/CMakeLists.txt: now a client can use dlopen too client/Makefile.am: be csh-friendly include/my_global.h: add dummy plugs for dlopen and co. for the code that needs them to work in static builds mysys/Makefile.am: be csh-friendly plugin/auth/dialog.c: typo fixed