← Back to team overview

maria-developers team mailing list archive

Problem of accessing pfs table in maria version 10.1.3

 

Hi, 

I'm developing monitoring tool in daemon plugin 

I'm tyring to access pfs table via low level interface not using sql. 

 (see below)

 

------------------------------------------------------------------------
-------------

.....

 tables.init_one_table(STRING_WITH_LEN("performance_schema"),
STRING_WITH_LEN("events_statements_current"),
 
"events_statements_current", TL_READ);
 bool result = open_and_lock_tables(ctx->thd, &tables, FALSE,
MYSQL_LOCK_IGNORE_TIMEOUT);
if (result)
{
       sql_print_error("monm plugin error: Can't open the %s.%s
table.",dbname,tblname);
}
.....

/* read routine */

------------------------------------------------------------

In open_and_lock_table function, I hava a error. 

I found the reason of this error by debugging.

In table_cache.cc, open_table_def()  requires .frm file  as a table
definition.

but above version 10.1.3, there is no frm file for pfs table as I know.
right? 

 

Let me know a correct way to get data from  pfs table not using sql. 

 

Regards,

Kyungnam. 

 

 

 

 


  _____  

상기 메시지와 첨부화일 내에는 비밀정보가 포함되어 있을 수 있으며, 지정된 수신자에 한하여 조회 및 사용될 수 있습니다. 만약
송신자의 실수로 인하여 상기 메시지를 수신하였다면, 송신자에게 메시지를 반송해 주시고, 원본 메시지와 모든 사본을 폐기해 주시기
바랍니다.
상기 메시지의 전체 또는 일부에 대해 무단 열람, 사용, 공개, 배포하는 것은 금지되어 있습니다.(주)LG CNS.
This message and its attachments may contain confidential information,
and they are intended to be viewed or used by only the individuals
specified in the message. If you have received this message in an error
from the sender, please contact the sender immediately to notify the
error and delete all of the message and its copies. It is prohibited to
view, use, make public and/or distribute part or whole of this message
without written permission.