Commit graph

7116 commits

Author SHA1 Message Date
ram@mysql.r18.ru
f4e1a2f292 Forbid NULL geometry fields 2003-02-25 11:45:32 +04:00
venu@myvenu.com
0ed4b9c0ba Fix for the prepared statement access checks 2003-02-24 17:22:02 -08:00
venu@myvenu.com
245a6f8404 1. Fix for the crash in debug mode when the .frm is corrupted and SHOW TABLE STATUS is executed.This also fixes to return the error message to comment field in SHOW TABLE STATUS when the .frm is corrupted
2. Test for corrupted .frm and the SHOW TABLE STATUS
2003-02-24 17:05:03 -08:00
wax@mysql.com
dd7ecee561 Merge vkishkin@work.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/wax/mysql-4n
2003-02-24 23:54:58 +05:00
serg@serg.mysql.com
b2eb6eabf1 Merge work:/home/bk/mysql-4.1
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.1
2003-02-24 11:58:31 +01:00
Sinisa@sinisa.nasamreza.org
8439a4949f merge fix 2003-02-22 17:14:50 +02:00
Sinisa@sinisa.nasamreza.org
bf3dabcce4 Allowing NULL values in UNION's with first SELECT having only NOT NULL
columns.
2003-02-22 17:02:36 +02:00
venu@myvenu.com
1386c27091 Merge work.mysql.com:/home/bk/mysql-4.1
into myvenu.com:/home/venu/work/sql/dev-4.1
2003-02-21 15:01:58 -08:00
venu@myvenu.com
1bd3cb7350 Fix for mysql_stmt_close(), so that the PHP layer can map it easily to know whether the 'stmt' is really freed, so that they can free their internal stmts 2003-02-21 15:00:05 -08:00
guilhem@mysql.com
e91a9c79ba Test's result update because std_data/words.dat has been lengthened by 500 bytes.
Increased some tests' robustness a bit :
- Added RESET MASTER to all tests who do SHOW BINLOG EVENTS, to make them independent from previous tests.
- Added save_master_pos to these tests to wait for the slave to start before purging its binary logs.
2003-02-21 23:38:56 +01:00
lenz@mysql.com
e386f6ab21 Merge lgrimmer@work.mysql.com:/home/bk/mysql-4.1
into mysql.com:/space/my/mysql-4.1
2003-02-21 17:51:37 +01:00
serg@serg.mysql.com
223cf9f594 make EXPLAIN killable 2003-02-21 17:01:12 +01:00
lenz@mysql.com
654e857022 - removed duplicate my_sys.h inclusion from lib_vio.c
- removed obsolete compile options from compile-pentium-debug-openssl
2003-02-21 16:37:18 +01:00
bar@bar.mysql.r18.ru
7f21fb31b2 DATABASE character set is never blank anymore 2003-02-21 18:24:41 +04:00
venu@myvenu.com
7d24a79271 Another missed fix for Embedded Library (Windows specific) 2003-02-20 23:42:35 -08:00
venu@myvenu.com
b049692710 Minor tweak to fix the Netware portability to libmysqld 2003-02-20 15:40:58 -08:00
venu@myvenu.com
6974eb41b3 Fix .dsp files to have all new changes to work with src disribution package script 2003-02-20 14:16:57 -08:00
venu@myvenu.com
ee2b888696 Windows portabilty fixups (last commit caused some errors, so recomitting) - SCRUM 2003-02-20 14:14:37 -08:00
venu@myvenu.com
af9a92cf37 Initial script to create a windows src distribution package 2003-02-20 14:05:58 -08:00
bar@bar.mysql.r18.ru
05df112947 charset.c:
SHOW CHARACTER SET now displays "1" in mb_maxlen even if a charset is not loaded yet
2003-02-20 17:54:25 +04:00
ram@mysql.r18.ru
c0d7208413 Bug fix: we should not use info->buff for searching after we found last key in page 2003-02-20 16:44:34 +04:00
ram@mysql.r18.ru
e9244b21b5 Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.1
into mysql.r18.ru:/usr/home/ram/work/mysql-4.1
2003-02-19 21:28:47 +04:00
ram@mysql.r18.ru
0177b8bba9 Code cleanup 2003-02-19 21:28:19 +04:00
ram@mysql.r18.ru
e5418e04c6 Bug fix: we should set have_rtree value in case of table reopen.
Code cleanup.
2003-02-19 21:14:50 +04:00
wax@mysql.com
45ada60304 add option default-week-format and variable default_week_format
(SCRUM)
2003-02-19 17:05:35 +05:00
pem@mysql.com
410380a3c5 Fixed typo in mysqltest command name. 2003-02-19 11:10:23 +01:00
ram@mysql.r18.ru
e1428907b2 Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.1
into mysql.r18.ru:/usr/home/ram/work/mysql-4.1
2003-02-19 13:31:40 +04:00
gluh@gluh.mysql.r18.ru
16a2ea9d3e Merge sgluhov@work.mysql.com:/home/bk/mysql-4.1
into gluh.mysql.r18.ru:/home/gluh/mysql-4.1.uvar
2003-02-19 13:22:04 +04:00
ram@mysql.r18.ru
4f5de08278 Bug fix: rtree should handle nulls itself 2003-02-19 13:21:21 +04:00
bell@sanja.is.com.ua
7bcf7f9069 Added chapter about subselect transformations 2003-02-19 09:38:08 +02:00
heikki@hundin.mysql.fi
0e22b88af3 Merge heikki@work.mysql.com:/home/bk/mysql-4.1
into hundin.mysql.fi:/home/heikki/mysql-4.1
2003-02-18 22:01:04 +02:00
heikki@hundin.mysql.fi
f749357a21 ha_innodb.cc:
InnoDB maps HA_READ_PREFIX_LAST_OR_PREV to PAGE_CUR_LE, but note that only complete-field prefixes of the kay value can be used as the search key
2003-02-18 20:36:16 +02:00
serg@serg.mysql.com
096555ff6a Merge work:/home/bk/mysql-4.1
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.1
2003-02-18 18:14:25 +01:00
serg@serg.mysql.com
eced8a1df9 bug in ft2 repair-by-sort fixed (sort_key_cmp() using ft2_keydef for ft keys) 2003-02-18 18:06:28 +01:00
bell@sanja.is.com.ua
b5403e65ca section about SELECT performing 2003-02-18 18:42:30 +02:00
pem@mysql.com
aadf481f49 Made it work with bison 1.875. They've changed the "parse error" string into
"syntax error".
2003-02-18 11:58:19 +01:00
ram@mysql.r18.ru
907a81afb2 bug fixes 2003-02-18 11:49:05 +04:00
ram@mysql.r18.ru
6adf0c115b bug fixes 2003-02-17 19:29:09 +04:00
gluh@gluh.mysql.r18.ru
ae911ef858 Bug fix: for SHOW STATUS (when ssl is used)
Added ROW_RESULT to switchs(for documentation purposes)
2003-02-17 18:06:51 +04:00
bar@bar.mysql.r18.ru
d0f198ff5d sql_table.cc, field.cc:
Bug fix
opt_range.cc:
  Buf fix
2003-02-17 16:47:48 +04:00
gluh@gluh.mysql.r18.ru
063668c08d Merge gluh@192.168.21.1:/usr/home/bk/mysql-4.1
into gluh.mysql.r18.ru:/home/gluh/mysql-4.1.uvar
2003-02-17 15:07:01 +04:00
ram@mysql.r18.ru
893d7e5f8b Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.1
into mysql.r18.ru:/usr/home/ram/work/mysql-4.1.bdb
2003-02-17 09:47:27 +04:00
monty@mashka.mysql.fi
90bf074438 Merge with 4.0.11 tree to get latest bug fixes 2003-02-17 05:43:37 +02:00
monty@mashka.mysql.fi
6051b2f998 Fixed multi-table-delete for InnoDB tables
Novell patches
2003-02-17 02:14:37 +02:00
monty@mashka.mysql.fi
153cefc61b Merge mashka.mysql.fi:/home/my/mysql-3.23
into mashka.mysql.fi:/home/my/mysql-4.0
2003-02-17 01:07:29 +02:00
monty@mashka.mysql.fi
4c836e8d65 Fixed problem with ISNULL on fields that could not be null 2003-02-17 01:05:04 +02:00
monty@mashka.mysql.fi
a533db746b Patch for novell
Reverted wrong patch for mysqld_safe.sh
2003-02-16 22:50:00 +02:00
bell@sanja.is.com.ua
6ce8e1e704 fixed excluding st_select_lex from global select list
fixed destroing not well constructed analize object
fixed wrong detection of unions in derived tables
2003-02-16 20:37:51 +02:00
venu@myvenu.com
0ceba0e5cf Fix to read the correct 'default value' 2003-02-15 17:08:18 -08:00
venu@myvenu.com
b6d08e4b45 Another misc variable test which is of bool type returning a longlong 2003-02-15 15:13:58 -08:00