serg@serg.mysql.com
dd0bdc2244
allow --without-extra-charsets
2003-02-24 11:46:07 +01:00
lenz@mysql.com
111f4af6a4
- re-added missing reservedwords.texi (disappeared after last merge with
...
3.23.x) and removed mirrors.texi again
2003-02-24 11:34:41 +01:00
igor@hundin.mysql.fi
726e59827a
opt_sum.cc:
...
Correction for min/max optimization of queries with outer joins
2003-02-23 04:27:03 +02:00
serg@serg.mysql.com
572e2a1568
tests updated
2003-02-22 18:22:39 +01:00
serg@serg.mysql.com
e7715445f3
ALTER TABLE closes all open HANDLER's for the table in question
...
fixed error handling in HANDLER ... READ FIRST
2003-02-22 18:00:34 +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
serg@serg.mysql.com
55ae7d26f6
make myisamchk -R to work, if the table contains fulltext indexes
2003-02-22 15:51:21 +01:00
serg@serg.mysql.com
f43600cdd6
do not accept -R (sort by index) for FULLTEXT indexes
2003-02-22 11:44:26 +01:00
serg@serg.mysql.com
481828ae8d
Merge work:/home/bk/mysql-4.0
...
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2003-02-22 01:07:47 +01:00
serg@serg.mysql.com
c954c15a63
do not allow COLUMN and AFTER/FIRST in
...
ALTER TABLE ... ADD KEY
2003-02-22 01:07:17 +01: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
heikki@hundin.mysql.fi
5e7796c070
ibuf0ibuf.c:
...
Add diagnostic prints if insert buffer merge is tried to a page whose type is not an index page, try to recover from the situation by discarding the insert buffer records
2003-02-21 23:11:31 +02: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
lenz@mysql.com
433742e40c
- removed +DD64 compile option from the HPUX11 default CFLAGS in
...
configure.in - there are 32bit installations of HPUX11 out there
and compiling for these by manually adding +DAportable to CFLAGS
did not work. Better add +DD64 manually, if you need it.
2003-02-21 17:42:48 +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
lenz@mysql.com
233a1c83e8
- temporarily removed netware from AC_OUTPUT to be able to perform the
...
builds and until I've found a way on how to add this conditionally
2003-02-20 15:13:47 +01: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
lenz@mysql.com
157168982d
- autom4te.cache is a directory - remove it recursively
2003-02-20 10:20:26 +01:00
lenz@mysql.com
d7581f1ce4
- removed leading slashes (thanks Jim!)
2003-02-19 21:52:38 +01:00
lenz@mysql.com
35555979cd
- remove "autom4te.cache" directories, too
2003-02-19 21:41:01 +01:00
lenz@mysql.com
13726701b5
Merge mysql.com:/space/my/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0-build
2003-02-19 21:22:29 +01:00
lenz@mysql.com
3e75d7771d
- added more files to support-files/MacOSX and added them to the
...
distribution
- added Bootstrap, logger.pm and Do-pkg to Build-tools:
Bootstrap is used to build the source distribution for the binary builds
logger.pm includes some helper functions
Do-pkg converts a binary distribution into a Mac OS X PKG (still needs
some polishing)
2003-02-19 21:02:05 +01:00
lenz@mysql.com
4316dd208f
Merge mysql.com:/space/my/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0-patches
2003-02-19 19:41:57 +01:00
greg@mysql.com
21a2424f22
nwbootstrap:
...
Change mode to -rwxrwxr-x
2003-02-19 12:49:12 -05:00
heikki@hundin.mysql.fi
61ccb631bb
row0sel.c:
...
Print a warning if MySQL uses a partial-field key value prefix in a search; that would not work if the search flag would happen to be HA_READ_PREFIX_LAST
2003-02-19 19:38:38 +02: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
lenz@mysql.com
2b1f8fbe67
Reverted Sinisa's patch "Fixing the error messages returned on GRANT
...
commands" again, since this problem had been fixed differently
already (Thanks to Serg for spotting this)
2003-02-19 16:16:27 +01:00
lenz@mysql.com
8a272349b9
Applied Sinisa's patch:
...
"A fix for non-releasing locks for multi table updates and multi
table deletes with InnoDB tables."
2003-02-19 15:08:29 +01:00
lenz@mysql.com
7a6d8edfd7
Applying Sinisa's patch:
...
"Cleaning the code of the remaining OLAP code.
This code is unnecessary in 4.1/5.0"
2003-02-19 14:58:44 +01:00
lenz@mysql.com
64b2048914
- Applying Sinisa's Patch "Fixing the error messages returned on
...
GRANT commands"
2003-02-19 14:50:40 +01: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
serg@serg.mysql.com
dc5bca35bb
Merge work:/home/bk/mysql-4.0
...
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2003-02-19 10:41:21 +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
serg@serg.mysql.com
9d633d9a92
Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql
2003-02-19 10:27:15 +01: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