diff options
author | brian@zim.(none) <> | 2006-11-10 17:21:59 -0800 |
---|---|---|
committer | brian@zim.(none) <> | 2006-11-10 17:21:59 -0800 |
commit | 739f2c27d0a9a05438218ed6977c18d044183772 (patch) | |
tree | 37454e0e0b2e40acf79f5fb9ee63b0cc5548d3c0 /storage/example | |
parent | 8a56fcff6a490ee67088682a5202802c21f8f0aa (diff) | |
download | mariadb-git-739f2c27d0a9a05438218ed6977c18d044183772.tar.gz |
This patch fixes the example engine, the example parser, and the example daemon to compile. AKA You can now test that the interface is actually working :)
Diffstat (limited to 'storage/example')
-rw-r--r-- | storage/example/plug.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/example/plug.in b/storage/example/plug.in index bf5bb49b429..ba35b1ea117 100644 --- a/storage/example/plug.in +++ b/storage/example/plug.in @@ -1,4 +1,3 @@ MYSQL_STORAGE_ENGINE(example,, [Example Storage Engine], [Skeleton for Storage Engines for developers], [max,max-no-ndb]) -MYSQL_PLUGIN_STATIC(example, [libexample.a]) MYSQL_PLUGIN_DYNAMIC(example, [ha_example.la]) |