diff options
author | jperkin/jonathan@chorlton.adsl.perkin.org.uk <> | 2008-03-06 13:53:35 +0000 |
---|---|---|
committer | jperkin/jonathan@chorlton.adsl.perkin.org.uk <> | 2008-03-06 13:53:35 +0000 |
commit | c98e000c6f7579ac687f2b2880eec99abe953219 (patch) | |
tree | f9524fad668858b797f45d000148a04ffda047df /sql/unireg.h | |
parent | 2038eeb82b2d5d3dbc56efb43aee48eb3fefd8a0 (diff) | |
parent | cb00c207499956c0f2c6174c76db319a2a719448 (diff) | |
download | mariadb-git-c98e000c6f7579ac687f2b2880eec99abe953219.tar.gz |
Merge chorlton.adsl.perkin.org.uk:/Users/jonathan/mysql/bk/build/5.1
into chorlton.adsl.perkin.org.uk:/Users/jonathan/mysql/bk/bug-31736/5.1
Diffstat (limited to 'sql/unireg.h')
-rw-r--r-- | sql/unireg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/unireg.h b/sql/unireg.h index f0b4a88c7f8..d6a72e6589f 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] |