1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00
Commit Graph

2261 Commits

Author SHA1 Message Date
monty@mashka.mysql.fi
2aecdd1a91 Big code cleanup/review before 4.0.2 release.
(All commit emails since 4.0.1 checked)
This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree.
2002-06-11 11:20:31 +03:00
monty@hundin.mysql.fi
ad04b7f677 Fixed bug in SQL_CALC_FOUND_ROWS + LIMIT 2002-06-10 13:33:25 +03:00
jcole@mugatu.spaceapes.com
e5e6d0b12d Added changelog entry for mysql_secure_installation 2002-06-08 23:16:01 -05:00
arjen@fred.bitbike.com
f69959dbac Style fix. 2002-06-07 12:39:16 +10:00
bell@sanja.is.com.ua
1a69084465 Fixed query cache align data bug. 2002-06-07 00:02:50 +03:00
worm@altair.is.lan
221ac250c3 mirrors.texi:
add new mirrors
2002-06-06 14:20:08 +03:00
monty@hundin.mysql.fi
9263b77e0c Merge hundin.mysql.fi:/my/mysql-3.23
into hundin.mysql.fi:/my/bk/mysql-4.0
2002-06-05 23:10:29 +03:00
monty@hundin.mysql.fi
d02a9bd0c5 changelog 2002-06-05 23:09:04 +03:00
monty@hundin.mysql.fi
640abc687c Fixed mysql_info() result when using INSERT DELAYED 2002-06-05 16:42:07 +03:00
monty@hundin.mysql.fi
8f29ae77bf Merge 2002-06-04 23:03:56 +03:00
monty@hundin.mysql.fi
b0aa96dd81 Fixed mutex problem in TRUNCATE TABLE 2002-06-04 22:59:12 +03:00
Sinisa@sinisa.nasamreza.org
7fcb8b52f4 Bug fix for multi-table delete with test case and manual entry 2002-06-04 20:34:13 +03:00
arjen@fred.bitbike.com
3a9e7bd7f0 Removed dup info from changelog (noted by Peter Zaitsev). 2002-06-04 13:29:33 +10:00
monty@hundin.mysql.fi
8cba72fe1f Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2002-06-04 00:41:32 +03:00
monty@hundin.mysql.fi
4b1836ee36 Enable LOAD DATA LOCAL INFILE in mysql_test
Added syntax for column comments (for compability with 4.1)
Fix of ALTER TABLE RENAME
2002-06-04 00:40:27 +03:00
tfr@indrek.tfr.cafe.ee
1fe93ceadb mirrors.texi:
Update mirror list
2002-06-03 17:50:12 +02:00
arjen@fred.bitbike.com
eda0037d40 Clarified mysqldump -T option (noted by James Green). 2002-06-03 13:25:13 +10:00
arjen@fred.bitbike.com
cfe6e0b9f2 Added proper spelling of 'deprecated' to writing guidelines document. 2002-06-03 12:28:48 +10:00
arjen@fred.bitbike.com
5b5a981da7 Typo fixup. 2002-06-03 12:21:09 +10:00
monty@hundin.mysql.fi
544f95c451 merge with 3.23 2002-06-02 20:46:03 +03:00
monty@hundin.mysql.fi
44a631f1fc Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2002-06-02 17:05:08 +03:00
monty@hundin.mysql.fi
e2a116411e Portability fixes for SCO and HPUX
Change TRUNCATE(number) to truncate towards zero for negative numbers
Fix NULL handling for DESCRIBE table_name
2002-05-31 15:22:38 +03:00
worm@altair.is.lan
7bde7e21b9 mirrors.texi:
change mirror
2002-05-30 17:50:10 +03:00
monty@hundin.mysql.fi
4eb3ce226f Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2002-05-29 14:30:44 +03:00
arjen@fred.bitbike.com
51883b3239 Style fixup. 2002-05-29 12:31:22 +10:00
arjen@fred.bitbike.com
5b855dec10 A few style/spelling fixups. 2002-05-29 12:21:36 +10:00
monty@narttu.mysql.fi
b9e0ee3723 Merge hundin:/my/mysql-4.0 into narttu.mysql.fi:/my/mysql-4.0 2002-05-28 10:42:06 +03:00
monty@narttu.mysql.fi
e814ca4108 Small documentation change 2002-05-28 10:39:47 +03:00
monty@hundin.mysql.fi
65039ca99f Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2002-05-28 10:22:50 +03:00
monty@hundin.mysql.fi
7e0358e509 fixed tests after merge 2002-05-28 10:21:56 +03:00
monty@hundin.mysql.fi
bbebc75163 merge with 3.23.51 2002-05-27 23:52:21 +03:00
monty@hundin.mysql.fi
7a436e6ad1 Manual update about SET/ENUM 2002-05-27 23:40:26 +03:00
monty@hundin.mysql.fi
6d0e43c73b Renamed stripp_sp -> strip_sp
Remove end space from ENUM and SET strings
2002-05-27 23:21:49 +03:00
arjen@fred.bitbike.com
597d90b89f Clarified myisampack 'limitations' (note from Werner). 2002-05-27 09:44:43 +10:00
worm@altair.is.lan
dfd2766099 mirrors.texi:
added new mirrors
2002-05-24 10:46:19 +03:00
arjen@fred.bitbike.com
023b146df7 Fixed outdated statements on NULL indexing and multi-table delete. 2002-05-24 12:14:49 +10:00
arjen@fred.bitbike.com
7a63b2a869 Fixed bad link to good one (noted by Jim Winstead). 2002-05-24 11:24:47 +10:00
arjen@fred.bitbike.com
8e904d3bbb Changelog style cleanup. 2002-05-23 07:19:11 +10:00
arjen@fred.bitbike.com
4a64b299f6 Noting historial release dates in change log. 2002-05-23 07:14:46 +10:00
Sinisa@sinisa.nasamreza.org
7799fdce16 I forgot to add an item regarding a last bug fix 2002-05-22 22:04:33 +03:00
lenz@mysql.com
d8d2062959 Re-diffed patch against glibc 2.2.5 (the last one was malformed and
did not apply)
2002-05-21 11:39:22 +02:00
lenz@mysql.com
145731cbf7 Re-diffed patch against glibc 2.2.5 (the last one was malformed and
did not apply)
2002-05-21 11:14:47 +02:00
arjen@fred.bitbike.com
9b0baf77f6 Insert known release dates (from TAGs in bk) into change log. 2002-05-21 10:23:40 +10:00
arjen@fred.bitbike.com
64f104128c Clarification of UNIX_TIMESTAMP() limited range checking. 2002-05-21 10:04:34 +10:00
arjen@fred.bitbike.com
b01765f201 Updated Solaris 2.6 max. table size limit info. 2002-05-21 08:58:52 +10:00
arjen@fred.bitbike.com
57d94ee2a0 Style/typo fixup of Turbo Boyer-Moore info. 2002-05-21 08:07:09 +10:00
monty@hundin.mysql.fi
3de11a9a97 Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2002-05-20 15:23:19 +03:00
monty@hundin.mysql.fi
3c5f7494f7 merge to 3.23.51 2002-05-20 12:48:08 +03:00
monty@hundin.mysql.fi
8c3b77451e Updated assembler code from MySQL 4.0 (to make them work with gcc 3.0)
Fixed memory overrun bug in glibc patch
Updated french error messages
2002-05-20 12:11:15 +03:00
arjen@fred.bitbike.com
0ac5d09562 Fix of option name (reported by dpacker). 2002-05-20 12:38:40 +10:00