mirror of
https://github.com/MariaDB/server.git
synced 2025-10-19 06:02:12 +02:00
8 lines
213 B
Text
8 lines
213 B
Text
-- source include/not_embedded.inc
|
|
-- source windows.inc
|
|
|
|
let $MYSQLD_DATADIR= `select @@datadir`;
|
|
|
|
let $TABLE_OPTIONS=TABLE_TYPE=XML OPTION_LIST='xmlsup=domdoc,rownode=row';
|
|
let $FILE_EXT=XML;
|
|
--source grant.inc
|