From 89ee326c1d27f3bee4acba67060a475811ebd842 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 20 Nov 2000 02:57:02 +0200 Subject: Bug fix for NATURAL JOIN, Split manual sections and more statistic variables Docs/manual.texi: Split BDB into different sections Added MySQL developers section Changed an SQL to a SQL include/my_sys.h: More statistic variables libmysql/libmysql.c: Added option "interactive-timeout" mysys/mf_tempfile.c: More statistic variables mysys/my_static.c: More statistic variables sql-bench/crash-me.sh: Fixed bug in truncate table test sql-bench/limits/mysql-3.23.cfg: Updated to crash-me 1.51 sql-bench/limits/mysql.cfg: Updated to crash-me 1.51 sql/filesort.cc: More statistics sql/mysql_priv.h: More statistics sql/mysqld.cc: More statistics sql/sql_base.cc: Fix for NATURAL JOIN sql/sql_delete.cc: cleanup + Added logging if one doesn't use index sql/sql_parse.cc: Logging if one doesn't use index sql/sql_select.cc: Logging if one doesn't use index sql/sql_update.cc: cleanup + Added logging if one doesn't use index sql/structs.h: Fix for NATURAL JOIN support-files/my-huge.cnf.sh: Added interactive-timeout to [mysqlhotcopy] support-files/my-large.cnf.sh: Added interactive-timeout to [mysqlhotcopy] support-files/my-medium.cnf.sh: Added interactive-timeout to [mysqlhotcopy] support-files/my-small.cnf.sh: Added interactive-timeout to [mysqlhotcopy] --- sql/structs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sql/structs.h') diff --git a/sql/structs.h b/sql/structs.h index aa28a2b41fb..f1db62f5d9e 100644 --- a/sql/structs.h +++ b/sql/structs.h @@ -161,3 +161,4 @@ typedef struct st_lex_user { #define STATUS_NO_PARENT 4 /* Parent record wasn't found */ #define STATUS_NOT_READ 8 /* Record isn't read */ #define STATUS_UPDATED 16 /* Record is updated by formula */ +#define STATUS_NULL_ROW 32 /* table->null_row is set */ -- cgit v1.2.1