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
3cf7acb756
- Applied required modifications for automake 1.5
...
- some additional small fixes
- added "depcomp" for automake 1.5
2002-10-01 21:57:10 +02: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
heikki@hundin.mysql.fi
43f9ef5d0f
lock0lock.c:
...
Fix bug: the AUTO-INC lock was held to the end of trx if it was granted after a lock wait
2002-10-01 13:47:58 +03: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
bell@sanja.is.com.ua
c65515d888
fixed bug in string & date types with group function in subselect
2002-09-28 18:34:56 +03:00
bell@sanja.is.com.ua
6c6726931d
fixed Item_subselect constructor
2002-09-27 23:11:51 +03: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
lenz@mysql.com
66646cc458
- merge 4.0 modifications to Build-tools/Do-compile
2002-09-27 13:53: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
bell@sanja.is.com.ua
46a22a5be7
new EXPLAIN
...
fixed bug in mysql-test/create-test-result
fixed bug in union-subselect engine
2002-09-26 23:08:22 +03: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
nick@mysql.com
96e9cd3ae1
fix (work-around) rpl_log test on FreeBSD.
2002-09-25 18:04:08 -06:00
paul@teton.kitebird.com
0190269ca0
Merge paul@work.mysql.com:/home/bk/mysql-4.0
...
into teton.kitebird.com:/home/paul/mysql-4.0
2002-09-25 14:38:55 -05:00
monty@hundin.mysql.fi
e03d4330f8
Merge
2002-09-25 20:48:32 +03:00
monty@hundin.mysql.fi
12ac759d95
Compare hostnames case insensitive
...
Accept zero dates without warnings
2002-09-25 20:42:55 +03:00
heikki@hundin.mysql.fi
cfff5b5025
ha_innodb.h, ha_innodb.cc:
...
Remove the flag HA_NOT_READ_PREFIX_LAST because ORDER BY orders wrong then; also remove the diagnostic print to avoid cluttering the error log
2002-09-25 20:35:12 +03:00
heikki@hundin.mysql.fi
b46d2ca192
ha_innodb.cc, ha_innodb.h:
...
Move to the right place the flag which bans use of HA_READ_PREFIX_LAST; add diagnostics and remove the assertion on line 2180 of ha_innodb.cc
2002-09-25 19:02:46 +03:00