Commit graph

5220 commits

Author SHA1 Message Date
ram@mysql.r18.ru
fc31cba88a test case for auto_increment for HEAP 2002-10-08 15:54:51 +05:00
arjen@fred.bitbike.com
96a94286c0 Fixup. 2002-10-08 15:13:36 +10:00
arjen@fred.bitbike.com
c2090d8de1 Update reserved words list (4.1) 2002-10-08 13:04:39 +10:00
arjen@fred.bitbike.com
d89fa1d7ca Sync wth 3.23 changelog. 2002-10-08 12:55:54 +10:00
arjen@fred.bitbike.com
2a6a2f48e2 Syncing with 4.0 docs. 2002-10-08 12:47:24 +10:00
bell@sanja.is.com.ua
ff855e0962 Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1
into sanja.is.com.ua:/home/bell/mysql/work-4.1
2002-10-07 22:22:26 +03:00
bell@sanja.is.com.ua
09bec43b89 fixed error handling bug 2002-10-07 22:21:17 +03:00
bell@sanja.is.com.ua
76306a1b31 Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1
into sanja.is.com.ua:/home/bell/mysql/work-full-4.1
2002-10-07 19:16:34 +03:00
bell@sanja.is.com.ua
ed5224e222 fixed dbd test results after EXPLAIN output changing 2002-10-07 19:15:03 +03:00
ram@mysql.r18.ru
d987b235c2 Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.1
into mysql.r18.ru:/usr/home/ram/mysql-4.1
2002-10-07 17:51:05 +05:00
ram@mysql.r18.ru
2e1a0c031a auto_increment for heap tables
test case
2002-10-07 17:49:03 +05:00
bell@sanja.is.com.ua
23de67efae after merging fix 2002-10-07 00:56:21 +03:00
bell@sanja.is.com.ua
7af2a5b105 Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1
into sanja.is.com.ua:/home/bell/mysql/work-explain_union-4.1
2002-10-04 17:49:57 +03:00
ram@mysql.r18.ru
6976c7cf3c a bit speeding-up of key_cmp() function 2002-10-04 16:41:09 +05:00
bell@sanja.is.com.ua
199f667c19 merging 2002-10-04 14:15:59 +03: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
bell@sanja.is.com.ua
2883c3a8cc fixing EXPLAIN select types 2002-10-03 18:47:04 +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
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
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