Marko Mäkelä
1df1a63924
Merge 10.2 into 10.3
2020-07-02 06:17:51 +03:00
Marko Mäkelä
ea2bc974dc
Merge 10.1 into 10.2
2020-07-01 12:03:55 +03:00
Vicențiu Ciorbaru
93cee30309
Check for krb5_xfree instead of krb5_free_unparsed_name
...
Use krb5_xfree if available, otherwise default to
krb5_free_unparsed_name.
2020-06-15 16:01:41 +03:00
Sergei Golubchik
36e59752e7
Merge branch '10.2' into 10.3
2018-06-30 16:39:20 +02:00
Sergei Golubchik
df704b5a1b
don't use my_error(0) or my_printf_error(0)
...
there's an assert that catches it
2018-06-21 10:15:27 +02:00
Sergei Golubchik
828602356c
Don't include my_global.h in "pure" plugins
...
this partially reverts 6e56ebbb498
2017-08-24 01:05:48 +02:00
Michael Widenius
4aaa38d26e
Enusure that my_global.h is included first
...
- Added sql/mariadb.h file that should be included first by files in sql
directory, if sql_plugin.h is not used (sql_plugin.h adds SHOW variables
that must be done before my_global.h is included)
- Removed a lot of include my_global.h from include files
- Removed include's of some files that my_global.h automatically includes
- Removed duplicated include's of my_sys.h
- Replaced include my_config.h with my_global.h
2017-08-24 01:05:44 +02:00
Vladislav Vaintroub
db39107413
MDEV-11663 Create services for functionality used by plugins
...
Added service for
- encryption (AES)
- error reporting, e.g my_printf_error()
2017-04-27 19:12:38 +02:00
Vladislav Vaintroub
1ac64b7510
MDEV-9557 - fix compilation errors due to missing krb5_free_unparsed_name() in old versions of Heimdal Kerberos
2016-02-16 12:55:45 +00:00
Vladislav Vaintroub
3d794d0ee8
MDEV9494 Fix build for Heimdal Kerberos
2016-01-31 00:36:33 +01:00
Vladislav Vaintroub
55d61ec878
MDEV-4961 SSPI/GSSAPI/Kerberos authentication plugin
2016-01-14 13:31:08 +01:00