diff options
author | unknown <monty@mysql.com> | 2004-06-01 23:39:39 +0300 |
---|---|---|
committer | unknown <monty@mysql.com> | 2004-06-01 23:39:39 +0300 |
commit | ce0d015384d65199c3e0f830aa4f49937285e12b (patch) | |
tree | e6638a944a24b46bb485e09bf3ec6613ab1dfd0d /libmysqld | |
parent | ebdc88c4f9e2d6e3381b7a73303808f2323c00ee (diff) | |
download | mariadb-git-ce0d015384d65199c3e0f830aa4f49937285e12b.tar.gz |
Removed compiler warnings
libmysqld/Makefile.am:
Removed define that is now defined by configure and my_global.h
mysql-test/r/func_gconcat.result:
Fixed test result after removing end space
sql/share/romanian/errmsg.txt:
Fixed wrong error message
sql/sql_insert.cc:
Removed compiler warning
Diffstat (limited to 'libmysqld')
-rw-r--r-- | libmysqld/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libmysqld/Makefile.am b/libmysqld/Makefile.am index e258b10c6e6..b165d7f457b 100644 --- a/libmysqld/Makefile.am +++ b/libmysqld/Makefile.am @@ -22,7 +22,6 @@ MYSQLSHAREdir = $(pkgdatadir) MYSQLBASEdir= $(prefix) DEFS = -DEMBEDDED_LIBRARY -DMYSQL_SERVER \ - -DNO_EMBEDDED_ACCESS_CHECKS \ -DDEFAULT_MYSQL_HOME="\"$(MYSQLBASEdir)\"" \ -DDATADIR="\"$(MYSQLDATAdir)\"" \ -DSHAREDIR="\"$(MYSQLSHAREdir)\"" |