diff options
author | Kentoku SHIBA <kentokushiba@gmail.com> | 2014-09-21 00:33:45 +0900 |
---|---|---|
committer | Kentoku SHIBA <kentokushiba@gmail.com> | 2014-09-21 00:33:45 +0900 |
commit | 0cc855cdc8cd0baa6ba50662632b299a3843ff13 (patch) | |
tree | eaf50856703412b5c1c43f8c0e5a6a5318601c17 /storage/mroonga/ha_mroonga.def | |
parent | 989dd4d9ec09450ff7b25987b14ee9fdfd21ad4e (diff) | |
download | mariadb-git-0cc855cdc8cd0baa6ba50662632b299a3843ff13.tar.gz |
Update Mroonga to the latest version on 2014-09-21T00:33:44+0900
Diffstat (limited to 'storage/mroonga/ha_mroonga.def')
-rw-r--r-- | storage/mroonga/ha_mroonga.def | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/storage/mroonga/ha_mroonga.def b/storage/mroonga/ha_mroonga.def new file mode 100644 index 00000000000..5770cde72e7 --- /dev/null +++ b/storage/mroonga/ha_mroonga.def @@ -0,0 +1,15 @@ +LIBRARY ha_mroonga +VERSION 1.0 +EXPORTS + last_insert_grn_id + last_insert_grn_id_init + last_insert_grn_id_deinit + mroonga_snippet + mroonga_snippet_init + mroonga_snippet_deinit + mroonga_command + mroonga_command_init + mroonga_command_deinit + mroonga_escape + mroonga_escape_init + mroonga_escape_deinit |