summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* I forgot to add an item regarding a last bug fixunknown2002-05-221-0/+3
|
* test cases for the GROUP BY bug ...unknown2002-05-222-0/+36
|
* Merge sinisa@work.mysql.com:/home/bk/mysql-4.0unknown2002-05-221-0/+1
|\ | | | | | | | | | | | | into sinisa.nasamreza.org:/mnt/hdc/Sinisa/mysql-4.0
| * A fix for the very nusty bug with when there are 2 or more fieldsunknown2002-05-221-0/+1
| | | | | | | | | | | | | | in GROUP BY , which fields can be NULL ....
* | Changed mysqlbinlog, mysqlmanager-pwgen, mysqlmanagerc, mysqltest,unknown2002-05-2210-693/+621
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | thread_test and isamchk to use my_getopt. Fixed a bug in my_getopt. client/mysqlbinlog.cc: Changed mysqlbinlog.cc to use my_getopt. client/mysqlmanager-pwgen.c: Changed mysqlmanager-pwgen to use my_getopt. client/mysqlmanagerc.c: Changed mysqlmanagerc to use my_getopt. client/mysqltest.c: Changed mysqltest to use my_getopt. client/thread_test.c: Changed thread_test to use my_getopt. isam/isamchk.c: Changed isamchk to use my_getopt. mysys/my_getopt.c: Fixed a bug in printing options when option didn't have a comment. Added startup initializing and printing for 'GET_BOOL' type variables. sql/mysql_priv.h: Changed type. sql/mysqld.cc: Fixed a bug in --local-infile option. BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | mergeunknown2002-05-2117-13/+401
|\ \ | |/ |/|
| * Fixes for gcc 3.1unknown2002-05-2118-15/+403
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bug in new code for regexp LIKE NULL BUILD/SETUP.sh: Fixes for gcc 3.1 BUILD/compile-solaris-sparc-debug: Fixes for gcc 3.1 BUILD/compile-solaris-sparc-purify: Fixes for gcc 3.1 BUILD/compile-solaris-sparc: Fixes for gcc 3.1 Docs/manual.texi: Fixed typo include/violite.h: Fixes for gcc 3.1 mysql-test/r/func_concat.result: Updated test results sql/item_cmpfunc.cc: Fixed bug in new code for regexp LIKE NULL
* | Re-diffed patch against glibc 2.2.5 (the last one was malformed andunknown2002-05-211-24/+25
| | | | | | | | | | | | | | did not apply)
* | Insert known release dates (from TAGs in bk) into change log.unknown2002-05-211-48/+50
| |
* | Clarification of UNIX_TIMESTAMP() limited range checking.unknown2002-05-211-2/+3
| |
* | Updated Solaris 2.6 max. table size limit info.unknown2002-05-211-1/+1
| |
* | Style/typo fixup of Turbo Boyer-Moore info.unknown2002-05-212-7/+8
|/
* Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0unknown2002-05-2016-118/+502
|\ | | | | | | | | Docs/manual.texi: Auto merged
| * merge to 3.23.51unknown2002-05-205-100/+129
| |\ | | | | | | | | | | | | | | | | | | | | | | | | Docs/glibc-2.2.5.patch: Auto merged strings/longlong2str-x86.s: Auto merged strings/strings-x86.s: Auto merged
| | * Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlunknown2002-05-204-302/+300
| | |\
| | | * Updated assembler code from MySQL 4.0 (to make them work with gcc 3.0)unknown2002-05-204-302/+300
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed memory overrun bug in glibc patch Updated french error messages Docs/glibc-2.2.5.patch: Fixed memory overrun bug in glibc patch sql/share/french/errmsg.txt: Updated french error messages (patch from Loic Le Loarer) strings/longlong2str-x86.s: Updated from MySQL 4.0 (to make them work with gcc 3.0) strings/strings-x86.s: Updated from MySQL 4.0 (to make them work with gcc 3.0)
| | * | Added os2 source directory to source distributionunknown2002-05-173-2/+31
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | (thanks to Yuri Dario <mc6530@mclink.it> for pointing this out) Makefile.am: Added OS/2 subdirectory to source distribution configure.in: Added OS/2 subdirectory to source distribution
| * | mergeunknown2002-05-196-11/+51
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | Docs/glibc-2.2.5.patch: Auto merged Docs/manual.texi: Auto merged sql/item_strfunc.cc: Auto merged
| | * Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlunknown2002-05-176-84/+186
| | |\
| | | * Fix bug in CONCAT_WS()unknown2002-05-176-84/+186
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update of glibc patch from MySQL 4.0 Docs/glibc-2.2.5.patch: Update of patch from MySQL 4.0 Docs/manual.texi: ChangeLog sql/item_strfunc.cc: Fix bug in CONCAT_WS() sql/share/italian/errmsg.txt: Update of new error messages
| | * | Merge sinisa@work.mysql.com:/home/bk/mysqlunknown2002-05-161-1/+1
| | |\ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | into sinisa.nasamreza.org:/mnt/mail/work/mysql mysys/my_pthread.c: Auto merged
| | | * A final and proper fix for HP-UX problems with pthread_cond_timedwait.unknown2002-05-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This time I did it "by the book" as this function can return any of the down cited values after timeout !! This is now done 100 % according to HP-UX DCE documentation. This made Hewlett-Packard very happy.
| * | | Optimize LIKE with turbo-boyer-more algoritmunknown2002-05-176-7/+322
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs/manual.texi: Added info about LIKE optimization mysql-test/r/func_like.result: Test of new LIKE optimization mysql-test/t/func_like.test: Test of new LIKE optimization
* | | | Fix of option name (reported by dpacker).unknown2002-05-201-1/+1
| | | |
* | | | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.0unknown2002-05-186-135/+163
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/work-qc-4.0 sql/sql_parse.cc: Auto merged
| * \ \ \ Merge sinisa@work.mysql.com:/home/bk/mysql-4.0unknown2002-05-181-1/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into sinisa.nasamreza.org:/mnt/hdc/Sinisa/mysql-4.0 sql/sql_parse.cc: Auto merged
| | * | | | Fixing that database privileges are also taken into account.unknown2002-05-181-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this change LOCK TABLES worked only with global and table level privileges.
| * | | | | manual.texi Fix typo, semi-redundancy.unknown2002-05-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs/manual.texi: Fix typo, semi-redundancy.
| * | | | | Merge work.mysql.com:/home/bk/mysql-4.0unknown2002-05-172-1/+3
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into work.mysql.com:/home/akishkin/mysql-4.0 BitKeeper/etc/logging_ok: auto-union
| | * | | | | compile-pentium-gcov Remove optimization, add innodb and bdbunknown2002-05-172-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUILD/compile-pentium-gcov: Remove optimization, add innodb and bdb BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
| * | | | | | "Wikified" Manual_style_guidelines.txtunknown2002-05-171-29/+41
| | | | | | |
| * | | | | | NetWare trademark fixup (noted by Randolf Richardson).unknown2002-05-173-7/+9
| | | | | | |
| * | | | | | Re-merging and fixups of new User Resources section.unknown2002-05-172-97/+108
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs/manual.de.texi: Copied new section to German manual (to be translated). Docs/manual.texi: Re-merged Monty's additions with Arjen's original fixups.
* | | | | | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.0unknown2002-05-1811-11/+270
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/work-qc-4.0
| * | | | | Fixed some compilation problems in last changesetunknown2002-05-1611-11/+270
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs/manual.texi: Small changes regarind user resources client/mysqlbinlog.cc: Applied patch to support --database mysql-test/r/func_isnull.result: New test results mysql-test/r/join.result: New test results mysql-test/r/show_check.result: New test results mysql-test/r/type_datetime.result: New test results mysql-test/r/type_decimal.result: New test results mysql-test/r/type_float.result: New test results mysys/my_gethostbyname.c: Fixed type on last push mysys/my_pthread.c: Fixed type on last push sql/sql_select.cc: Fixed bug in LIMIT handling
* | | | | | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.0unknown2002-05-165-16/+28
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/work-qc-4.0 sql/sql_parse.cc: Auto merged sql/sql_table.cc: Auto merged
| * | | | | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.0unknown2002-05-101-4/+95
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/work-qc-4.0
| * \ \ \ \ \ mergeunknown2002-05-095-16/+28
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.0unknown2002-04-295-10/+22
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/work-qc-4.0 sql/sql_parse.cc: Auto merged
| | | * | | | | | invalidation moved before tables unlockingunknown2002-04-295-10/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sql/sql_delete.cc: invalidation moved before tables unlocking invalidation on multidelete error (if something changed) sql/sql_parse.cc: invalidation moved to mysql_admin_table layout fixing sql/sql_table.cc: invalidation moved to mysql_admin_table sql/sql_update.cc: invalidation moved before tables unlocking invalidation on multiupdate error (if something changed)
* | | | | | | | | merge with 3.23.51unknown2002-05-16769-86017/+674
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BitKeeper/etc/ignore: auto-union BitKeeper/etc/logging_ok: auto-union BitKeeper/deleted/.del-mysql_fix_extensions.sh: Delete: scripts/mysql_fix_extensions.sh Build-tools/Do-rpm: Auto merged Makefile.am: Auto merged client/mysqldump.c: Auto merged client/mysqltest.c: Auto merged extra/resolve_stack_dump.c: Auto merged include/my_pthread.h: Auto merged include/my_sys.h: Auto merged include/mysqld_error.h: Auto merged innobase/row/row0ins.c: Auto merged innobase/row/row0mysql.c: Auto merged innobase/row/row0sel.c: Auto merged isam/pack_isam.c: Auto merged libmysql/libmysql.c: Auto merged mysql-test/r/func_if.result: Auto merged mysql-test/t/join.test: Auto merged mysys/array.c: Auto merged mysys/charset.c: Auto merged mysys/default.c: Auto merged mysys/hash.c: Auto merged mysys/my_thr_init.c: Auto merged mysys/raid.cc: Auto merged mysql-test/t/type_decimal.test: Auto merged sql/hostname.cc: Auto merged sql/item.h: Auto merged sql/item_cmpfunc.h: Auto merged sql/item_timefunc.h: Auto merged sql/log.cc: Auto merged sql/mini_client.cc: Auto merged sql/sql_parse.cc: Auto merged sql/sql_select.cc: Auto merged strings/Makefile.am: Auto merged
| * | | | | | | | Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlunknown2002-05-1613-121/+203
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | * | | | | | | New my_gethostbyname_r() handlingunknown2002-05-1613-121/+203
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed some status variable names Fix bug in GRANT ... PASSWORD string Docs/manual.texi: Update of variable names include/my_net.h: New my_gethostbyname_r() handling include/my_pthread.h: New my_gethostbyname_r() handling libmysql/Makefile.shared: New my_gethostbyname_r() handling libmysql/libmysql.c: New my_gethostbyname_r() handling mysys/Makefile.am: New my_gethostbyname_r() handling mysys/my_pthread.c: New my_gethostbyname_r() handling mysys/my_thr_init.c: New my_gethostbyname_r() handling sql/hostname.cc: New my_gethostbyname_r() handling sql/mini_client.cc: New my_gethostbyname_r() handling sql/mysqld.cc: change some status variable names sql/sql_acl.cc: Fix bug in GRANT ... PASSWORD string
| * | | | | | | | mysql_fix_extensions.sh tool copied from 4.0 tree (referenced in manual).unknown2002-05-161-0/+16
| | | | | | | | |
| * | | | | | | | Reformatted license statement in mysqlcheck usage output text to enableunknown2002-05-151-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mysql_copyright to replace it client/mysqlcheck.c: Reformatted license statement in usage output to enable mysql_copyright to replace it
| * | | | | | | | Fixed sql_yacc.yy to be compatible with bison 1.31 and above.unknown2002-05-155-10/+21
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Made detection of GNU tar a bit more flexible. Only use /usr/local/mysql-glibc if it actually exists Build-tools/Do-linux-build: Only use the "--with-other-libc" parameter, if another libc actually exists at this location Makefile.am: Removed hard-coded tar binary name configure.in: Added check for GNU tar with various names sql/sql_yacc.yy: Added semicolons to several expressions to make bison 1.31 and above happy when used in Yacc compatibility mode. From the bison NEWS: "Bison has always permitted actions such as { $$ = $1 }: it adds the ending semicolon. Now if in Yacc compatibility mode, the semicolon is no longer output: one has to write { $$ = $1; }." BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
| * | | | | | | Fixed bug in datetime range optimizationunknown2002-05-155-4/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs/manual.texi: Changelog mysql-test/r/type_datetime.result: Test of datetime optimization mysql-test/t/type_datetime.test: Test of datetime optimization
| * | | | | | | Corrected fix for DROP DATABASE on symbolic linkunknown2002-05-141-13/+14
| | | | | | | |
| * | | | | | | DROP DATABASE with symlinks did not work beforeunknown2002-05-142-1/+10
| | | | | | | |
| * | | | | | | Sergei's MyODBC fixunknown2002-05-1213-21/+21
| | | | | | | |