mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-19275 Provide SQL service to plugins.
SQL service added. It provides the limited set of client library functions to be used by plugin.
This commit is contained in:
committed by
Oleksandr Byelkin
parent
401ff6994d
commit
0a0dfd63d9
@ -351,4 +351,6 @@ private:
|
||||
size_t m_column_count; /* TODO: change to point to metadata */
|
||||
};
|
||||
|
||||
extern Atomic_counter<uint32_t> local_connection_thread_count;
|
||||
|
||||
#endif // SQL_PREPARE_H
|
||||
|
Reference in New Issue
Block a user