mirror of
https://github.com/MariaDB/server.git
synced 2026-05-05 06:35:33 +02:00
some last minute Windows compile fixes and makefile corrections
VC++Files/libmysqld/libmysqld.vcproj: don't recall exactly what this change was. VC++Files/libmysqltest/myTest.vcproj: redirect to client_release and client_debug folders VC++Files/mysql.sln: remove bdb from embedded classic target VC++Files/mysqlserver/mysqlserver.vcproj: redirect to lib_release and lib_debug folders server-tools/instance-manager/mysqlmanager.vcproj: redirect to proper folders sql/ha_federated.cc: fix windows compile problems sql/sql_acl.cc: fix windows compile problems sql/table.cc: fix windows compile problems sql/unireg.cc: fix windows compile problems VC++Files/mysqlserver/dummy.cpp: added new file to make mysqlserver generate a lib
This commit is contained in:
parent
ef83979a35
commit
dc6b96dd46
10 changed files with 23 additions and 20 deletions
|
|
@ -351,7 +351,7 @@ int openfrm(THD *thd, const char *name, const char *alias, uint db_stat,
|
|||
char *buff;
|
||||
if (!(buff= alloc_root(&outparam->mem_root, n_length)))
|
||||
goto err;
|
||||
if (my_pread(file, buff, n_length, record_offset + share->reclength,
|
||||
if (my_pread(file, (byte*)buff, n_length, record_offset + share->reclength,
|
||||
MYF(MY_NABP)))
|
||||
goto err;
|
||||
share->connect_string.length= uint2korr(buff);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue