summaryrefslogtreecommitdiff
path: root/sql/unireg.h
diff options
context:
space:
mode:
authorunknown <jperkin/jonathan@chorlton.adsl.perkin.org.uk>2008-03-06 15:13:14 +0000
committerunknown <jperkin/jonathan@chorlton.adsl.perkin.org.uk>2008-03-06 15:13:14 +0000
commitfcdf0d11c58e7244a73eb80641dee658e3a87ef5 (patch)
treef4537a5c57fb557b3abaff08029182ee06bbe09e /sql/unireg.h
parent5521666f65216d832f69dc06810999a6d13cd198 (diff)
parent14ab7bccaa26eb1f9520056f1452f79fdde076d5 (diff)
downloadmariadb-git-fcdf0d11c58e7244a73eb80641dee658e3a87ef5.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 libmysqld/Makefile.am: Auto merged scripts/Makefile.am: Auto merged scripts/make_binary_distribution.sh: Auto merged scripts/mysql_config.sh: Auto merged sql/Makefile.am: Auto merged sql/mysqld.cc: Auto merged sql/unireg.h: Auto merged
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]