summaryrefslogtreecommitdiff
path: root/sql/unireg.h
diff options
context:
space:
mode:
authorjperkin/jonathan@chorlton.adsl.perkin.org.uk <>2008-03-06 15:13:14 +0000
committerjperkin/jonathan@chorlton.adsl.perkin.org.uk <>2008-03-06 15:13:14 +0000
commit2ebdd5ea2f2722974ca4c5280ad8d6b9a5d05c48 (patch)
treef4537a5c57fb557b3abaff08029182ee06bbe09e /sql/unireg.h
parentb80f05181b7289b420ba8e6abef0791613caef1c (diff)
parentc98e000c6f7579ac687f2b2880eec99abe953219 (diff)
downloadmariadb-git-2ebdd5ea2f2722974ca4c5280ad8d6b9a5d05c48.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-build
into chorlton.adsl.perkin.org.uk:/Users/jonathan/mysql/bk/build/5.1
Diffstat (limited to 'sql/unireg.h')
-rw-r--r--sql/unireg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/unireg.h b/sql/unireg.h
index 2e0172ce31d..8b9b81660b3 100644
--- a/sql/unireg.h
+++ b/sql/unireg.h
@@ -35,8 +35,8 @@
#ifndef SHAREDIR
#define SHAREDIR "share/"
#endif
-#ifndef LIBDIR
-#define LIBDIR "lib/"
+#ifndef PLUGINDIR
+#define PLUGINDIR "lib/plugin"
#endif
#define ER(X) errmesg[(X) - ER_ERROR_FIRST]