mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Fixed problem with concurrent inserts and read-previous
Fix for BSDI 4.0 Docs/manual.texi: Added MySQL AB information configure.in: Fix for BSDI 4.0 myisam/mi_rprev.c: Fixed problem with concurrent inserts and read-previous mysys/mf_format.c: Fix for BSDI 4.0 sql/handler.cc: Fixed type
This commit is contained in:
parent
3006cd3246
commit
8afcb175aa
5 changed files with 154 additions and 21 deletions
|
|
@ -110,7 +110,7 @@ my_string fn_format(my_string to, const char *name, const char *dsk,
|
|||
(void) strmov(pos,ext); /* Don't convert extension */
|
||||
}
|
||||
/* Purify gives a lot of UMR errors when using realpath */
|
||||
#if defined(HAVE_REALPATH) && !defined(HAVE_purify)
|
||||
#if defined(HAVE_REALPATH) && !defined(HAVE_purify) && !defined(HAVE_BROKEN_REALPATH)
|
||||
if (flag & 16)
|
||||
{
|
||||
struct stat stat_buff;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue