ram@mysql.r18.ru
6976c7cf3c
a bit speeding-up of key_cmp() function
2002-10-04 16:41:09 +05:00
monty@mashka.mysql.fi
61488a7b98
Fixed bug that causes select test to fail
...
Now MySQL 4.1 is up to date with all patches from 4.0.4 and passes the test suite.
2002-10-03 19:44:46 +03:00
monty@mashka.mysql.fi
2e52a69b12
Merge work:/my/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1
2002-10-03 16:56:09 +03:00
monty@mashka.mysql.fi
62a26cf891
Update after last merge. Fixes some wrong test results.
2002-10-03 16:54:26 +03:00
bell@sanja.is.com.ua
70ee4943de
Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1
...
into sanja.is.com.ua:/home/bell/mysql/work-merge_lex-4.1
2002-10-03 16:37:41 +03:00
bell@sanja.is.com.ua
48b2a76a48
after merging bugfix
2002-10-03 16:35:08 +03:00
ram@mysql.r18.ru
d5ca940a4b
Merge mysql.r18.ru:/usr/home/ram/mysql-4.1.last
...
into mysql.r18.ru:/usr/home/ram/mysql-4.1
2002-10-03 17:26:05 +05:00
ram@mysql.r18.ru
032a4a927a
Additional key segment (HA_KEYTYPE_END) creation has been moved from handler to hp_create.c
2002-10-03 14:55:02 +05:00
bar@bar.mysql.r18.ru
2dae97b139
Failed to compile on FreeBSD:
...
no ulong type, one should use unsigned long instead
2002-10-03 13:12:31 +05:00
monty@mashka.mysql.fi
0f39457613
Merge with 4.0.4
2002-10-02 17:55:12 +03:00
monty@mashka.mysql.fi
4d705988d5
Update libmysqld to use 4.1 protocol.
2002-10-02 14:14:36 +03:00
monty@hundin.mysql.fi
7377f54631
merge
2002-10-02 13:56:17 +03:00
lenz@mysql.com
bf5b57ad2b
- small modification to scripts/make_binary_distribution.sh (add the
...
up-to-date BK changelog instead of sql/ChangeLog, add LICENSE if
available)
2002-10-02 12:56:16 +02:00
monty@mashka.mysql.fi
a748b35ddd
merge with work
2002-10-02 13:45:16 +03:00
monty@mashka.mysql.fi
d69250a969
Fixes and code cleanups after merge with 4.0.3
...
Warning handling and initial prepared statement handling (last not complete yet)
Changed a lot of functions that returned 0/1 to my_bool type.
GRANT handling now uses read/write locks instead of mutex
Change basic net functions to use THD instead of NET
(needed for 4.1 protocol)
Use my_sprintf instead of sprintf() + strlen()
Added alloc_query() to be able to chare query initialization code with
prepared statements.
Cleanup handling of SHOW COUNT(*) WARNINGS and SELECT LAST_INSERT_ID()
Note that the following test fails (will be fixed ASAP):
sub_select, union, rpl_rotate_logs and rpl_mystery22
2002-10-02 13:33:08 +03:00
monty@hundin.mysql.fi
bef1d7d32e
Fix for building shared libraries with a patched glibc
...
Don't require UPDATE_ACL for REPLACE
2002-10-02 12:37:32 +03:00
paul@teton.kitebird.com
a0ffbe60f6
manual.texi Fix a few agreement problems.
2002-10-01 15:11:16 -05:00
lenz@mysql.com
3aa161d240
- Tagged ChangeSet 1.1321 as mysql-4.0.4
...
- added some missing changelog entries to the 4.0.5 changelog
- applied small fix to configure.in from monty (already applied manually
to configure.in of the 4.0.4 release source files - not relevant for
normal builds anyway)
2002-10-01 21:16:27 +02:00
bar@bar.mysql.r18.ru
1af778c05b
User variables didn't store charset, so this didn't work
...
as expected and returned default charset instead:
SET @x = _koi8_ru'test';
SELECT CHARSET(@x);
2002-10-01 17:23:28 +05:00
bar@bar.mysql.r18.ru
d1d725c5a1
SHOW TABLE STATUS now displays table charset as well
2002-10-01 13:54:59 +05:00
jani@hynda.(none)
bed08a376d
Fixed a bug in mysql client.
2002-09-30 20:35:21 +03:00
heikki@hundin.mysql.fi
30ee5200df
manual.texi:
...
Clarified FOREIGN KEY syntax, added a note that CREATE TABLE causes an InnoDB commit if binlogging is used, added InnoDB version history
2002-09-30 18:01:56 +03:00
monty@hundin.mysql.fi
39c5540969
Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
2002-09-30 15:01:26 +03:00
monty@hundin.mysql.fi
2d66b2f519
Revert change to use ha_rows for number of rows as other code depend of this
2002-09-30 14:54:16 +03:00
paul@teton.kitebird.com
2007a034fe
manual.texi undo bad query cache mod.
2002-09-29 18:14:44 -05:00
paul@teton.kitebird.com
44d04328e3
Merge paul@work.mysql.com:/home/bk/mysql-4.0
...
into teton.kitebird.com:/home/paul/mysql-4.0
2002-09-27 12:18:46 -05:00
paul@teton.kitebird.com
28d4754202
manual.texi HEAP does allow indexes on NULL columns as of 4.0.2.
2002-09-27 12:17:07 -05:00
lenz@mysql.com
9a2c402cc8
- renamed gtar->tar in Build-tools/mysql-copyright, since it is more
...
common, especially on our main build systems
- cosmetical fix in mysql.spec
2002-09-27 15:27:14 +02:00
bar@bar.mysql.r18.ru
43a506c0ce
UTF8 now works with up to 3 byte sequences only
2002-09-27 14:59:03 +05:00
monty@hundin.mysql.fi
f85e430a6d
Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
2002-09-27 12:39:43 +03:00
lenz@mysql.com
3b6f843bb5
- Fix checking for $orbit_config_path in acinclude.m4 (gave an error
...
message on STDOUT on AIX and assigned the wrong value)
2002-09-27 11:24:11 +02:00
monty@hundin.mysql.fi
5ce2900d48
Merge hundin.mysql.fi:/my/mysql-3.23
...
into hundin.mysql.fi:/my/bk/mysql-4.0
2002-09-27 12:13:28 +03:00
monty@hundin.mysql.fi
649413f773
Don't reset Delayed_insert_threads on FLUSH STATUS
2002-09-27 12:01:26 +03:00
bell@sanja.is.com.ua
859fbb3757
fixed grammar error
2002-09-27 09:11:40 +03:00
monty@hundin.mysql.fi
d819e45a8a
Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
2002-09-27 08:59:56 +03:00
monty@hundin.mysql.fi
3a9eb4f621
Fix some ORDER BY ... DESC problems with InnoDB
2002-09-27 08:23:51 +03:00
tfr@beta.frontier86.ee
144d7cc79b
manual.texi:
...
Remove 'web clients' contrib section
2002-09-27 01:42:08 +03:00
tfr@beta.frontier86.ee
d914da119b
Merge tfr@work.mysql.com:/home/bk/mysql-4.0
...
into beta.frontier86.ee:/stuff/bk/mysql-4.0
2002-09-27 00:35:23 +03:00
tfr@beta.frontier86.ee
9d8ec46b6c
manual.texi:
...
Clean out 'Graphical clients' section of the contributed software section
2002-09-27 00:33:48 +03:00
paul@teton.kitebird.com
48ca28c824
Merge paul@work.mysql.com:/home/bk/mysql-4.0
...
into teton.kitebird.com:/home/paul/mysql-4.0
2002-09-26 15:37:50 -05:00
heikki@hundin.mysql.fi
ffdff5f763
ha_innodb.h:
...
Put the flag HA_NOT_READ_PREFIX_LAST back to index_flags: seems to fix also the LIKE ... DESC bug
2002-09-26 21:21:44 +03:00
paul@teton.kitebird.com
310b6c5fc7
Merge paul@work.mysql.com:/home/bk/mysql-4.0
...
into teton.kitebird.com:/home/paul/mysql-4.0
2002-09-26 12:01:48 -05:00
paul@teton.kitebird.com
63888e91be
manual.texi tables usually should have a name.
2002-09-26 12:00:15 -05:00
serg@build.mysql2.com
7a7a0ae842
COUNT(*) for merge can be longlong even if it's long for MyISAM
2002-09-26 17:52:52 +02:00
lenz@mysql.com
dd1ed20dd5
- reworked Do-compile a bit (better failure report output, only build
...
with InnoDB support when requested to do so)
2002-09-26 15:36:31 +02:00
heikki@hundin.mysql.fi
64c3498f82
ha_innodb.cc:
...
Fix an assertion in btr0pcur.c line 203 when an UPDATE is done inside LOCK TABLES
2002-09-26 14:50:25 +03:00
monty@hundin.mysql.fi
a937a4fa5f
Do filesort if handler has the HA_NOT_READ_PREFIX_LAST flag set.
2002-09-26 10:20:49 +03:00
paul@teton.kitebird.com
663b983fb7
manual.texi Qcache not available on Windows until 4.0.4.
2002-09-25 19:59:15 -05:00
paul@teton.kitebird.com
80d07e53ef
Merge paul@work.mysql.com:/home/bk/mysql-4.0
...
into teton.kitebird.com:/home/paul/mysql-4.0
2002-09-25 19:42:22 -05:00
nick@mysql.com
b25d39d5b7
Merge nleippe@work.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/nick/mysql/repository/mysql-4.0
2002-09-25 18:07:13 -06:00