summaryrefslogtreecommitdiff
path: root/include/mysql/client_plugin.h.pp
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-8052 abi detection incorrect with clangSergei Golubchik2015-06-031-2/+0
| | | | don't include #include directives into .pp files
* move authentication_windows_client and mysql_clear_password clear client ↵Sergei Golubchik2011-07-121-0/+2
| | | | | | | | | 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/
* post-merge fixes.Sergei Golubchik2011-07-021-0/+2
| | | | | most tests pass. 5.3 merge is next
* Fixed the ABI check files after the push of bug # 12325444.Georgi Kodinov2011-04-281-3/+2
|
* Use a guard macro to prevent the inclusion of system headersDavi Arnaut2010-10-131-2/+0
| | | | | | | | | | | when checking the ABI with the C Preprocessor. Also, add the new hearders to the cmake based ABI check. cmake/abi_check.cmake: Add headers which were added to the autotools ABI check. Remove trailing spaces. include/mysql/client_plugin.h: Guard the inclusion of system headers.
* fixed failing test casesGeorgi Kodinov2010-10-051-4/+5
|
* WL#1054: Pluggable authentication supportGeorgi Kodinov2010-08-091-0/+41
Merged the implementation to a new base tree.