mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
SCRUM
client capabilities included into libmysqld some API methods became "virtual" lots of duplicated code removed IMHO all the above made library's code way more pleasant to look at, didn't it?
This commit is contained in:
parent
f5bd6416de
commit
c4e3a624b8
19 changed files with 217 additions and 1568 deletions
|
|
@ -19,11 +19,13 @@
|
|||
#ifdef EMBEDDED_LIBRARY
|
||||
|
||||
/* Things we don't need in the embedded version of MySQL */
|
||||
/*HFTODO
|
||||
#undef HAVE_VIO - if we don't want client in embedded library
|
||||
*/
|
||||
|
||||
#undef HAVE_PSTACK /* No stacktrace */
|
||||
#undef HAVE_DLOPEN /* No udf functions */
|
||||
#undef HAVE_OPENSSL
|
||||
#undef HAVE_VIO
|
||||
#undef HAVE_ISAM
|
||||
#undef HAVE_SMEM /* No shared memory */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue