1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

MCOL-153 Add UDF function calgetsqlcount() which will display the number of sql statements active and the number waiting.

This commit is contained in:
David Hall
2016-10-27 15:49:01 -05:00
parent 6694bc3d16
commit 0368dd487a
3 changed files with 67 additions and 0 deletions

View File

@ -8,6 +8,7 @@ CREATE FUNCTION calgetversion RETURNS STRING SONAME 'libcalmysql.dll';
CREATE FUNCTION calonlinealter RETURNS INTEGER SONAME 'libcalmysql.dll';
CREATE FUNCTION calviewtablelock RETURNS STRING SONAME 'libcalmysql.dll';
CREATE FUNCTION calcleartablelock RETURNS STRING SONAME 'libcalmysql.dll';
CREATE FUNCTION calgetsqlcount RETURNS STRING SONAME 'libcalmysql.dll';
create database if not exists calpontsys;
use calpontsys;