Commit 9eafa6ef authored by joreland@mysql.com's avatar joreland@mysql.com

Missing ;

Duplicate lib dep
parent 414037d9
......@@ -403,7 +403,7 @@ Configuration::calcSizeAlt(ConfigValues * ownConfig){
unsigned int noBatchSize = 0;
m_logLevel = new LogLevel();
struct AttribStorage { int paramId; Uint32 * storage; bool computable };
struct AttribStorage { int paramId; Uint32 * storage; bool computable; };
AttribStorage tmp[] = {
{ CFG_DB_NO_SCANS, &noOfScanRecords, false },
{ CFG_DB_NO_LOCAL_SCANS, &noOfLocalScanRecords, true },
......
......@@ -19,7 +19,6 @@ INCLUDES_LOC = -I$(top_srcdir)/ndb/src/ndbapi \
LDADD_LOC = $(top_builddir)/ndb/src/libndbclient.la \
$(top_builddir)/ndb/src/common/editline/libeditline.a \
$(top_builddir)/ndb/src/libndbclient.la \
$(top_builddir)/dbug/libdbug.a \
$(top_builddir)/mysys/libmysys.a \
$(top_builddir)/strings/libmystrings.a
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment