mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fixed benchmarks and compare of NULL with <>
Docs/manual.texi: Update for release include/config-win.h: Fixed typo sql-bench/test-insert.sh: Fixed that the new tests works with --fast sql/item_cmpfunc.cc: Fix of NULL values with '<>'
This commit is contained in:
@ -33,7 +33,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef _WIN64
|
||||
#define MACHINE_TYPE "i64" /* Define to machine type name */
|
||||
#define MACHINE_TYPE "ia64" /* Define to machine type name */
|
||||
#else
|
||||
#define MACHINE_TYPE "i32" /* Define to machine type name */
|
||||
#ifndef _WIN32
|
||||
|
Reference in New Issue
Block a user