summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Corrected fix for not freed memory when using corrupted tablesunknown2002-03-054-2/+11
| | | | | | | | | | | Docs/manual.texi: Changelog configure.in: Version change sql/sql_base.cc: Correct fix for not freed memory when using corrupted tables sql/table.cc: Correct fix for not freed memory when using corrupted tables
* Merge hundin:/my/mysql-3.23 into tik.mysql.fi:/home/my/mysql-3.23unknown2002-03-057-11/+22
|\ | | | | | | | | | | | | configure.in: Auto merged mysql-test/mysql-test-run.sh: Auto merged
| * Update scripts for new POSIX specunknown2002-03-057-11/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for --enable-local-infile Portability fix for bison bdb/dist/s_recover: Update for new POSIX spec configure.in: Fix for --enable-local-infile libmysql/libmysql.c: Cleanup mysql-test/mysql-test-run.sh: Update for new POSIX spec scripts/safe_mysqld.sh: Update for new POSIX spec sql-bench/server-cfg.sh: Update for new POSIX spec sql/sql_yacc.yy: Portability fix for bison
* | updated versionunknown2002-02-231-1/+1
| |
* | Merge work:/home/bk/mysql into mysql.sashanet.com:/reiser-data/mysqlunknown2002-02-232-4/+79
|\ \
| * | updated glibc build instructionsunknown2002-02-232-4/+79
| | | | | | | | | | | | | | | Docs/linuxthreads.txt: u
* | | Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysqlunknown2002-02-231-196/+164
|\ \ \
| * | | mf_qsort.c:unknown2002-02-231-196/+164
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qsort implementation backported from 4.0 tree, the old one was buggy mysys/mf_qsort.c: qsort implementation backported from 4.0 tree, the old one was buggy
* | | | Changes for to control the tables and log clean up.unknown2002-02-202-34/+48
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sql/mysqld.cc: Added Monty's code for to call the handler of named pipes at shutdown. Change the code to call the stop service after the clean up. Change the create/open the mysql.err files for to print the InnoDB start messages. sql/nt_servc.cc: Modify the WaitHint for to kill the service. This will be modify for to be defined through an user variable.
* | | wording changedunknown2002-02-201-1/+1
| | |
* | | memory leak with broken tables fixedunknown2002-02-203-2/+10
| | | | | | | | | | | | | | | Docs/manual.texi: news updated
* | | Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysqlunknown2002-02-2079-473/+1489
|\ \ \ | |/ /
| * | RPM clean-upunknown2002-02-161-1/+5
| | |
| * | updated build scripts for new Linux buildunknown2002-02-166-8/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build-tools/Do-all-build-steps: pass parameters to Do-rpm Build-tools/Do-compile: with-other-libc option Build-tools/Do-rpm: make it "automagically" work on SuSE as well as RedHat strings/Makefile.am: added t_ctype.h to the distribution for now - permanent fix to come later support-files/mysql.spec.sh: changed build to use --with-other-libc
| * | Merge work:/home/bk/mysql into mysql.sashanet.com:/reiser-data/mysqlunknown2002-02-153-7/+68
| |\ \
| | * | updates for the new buildunknown2002-02-153-7/+68
| | |/ | | | | | | | | | | | | | | | | | | configure.in: support for static nss on Linux when compiling --with-other-libc mysql-test/mysql-test-run.sh: --user-test option
| * | Merge heikki@work.mysql.com:/home/bk/mysqlunknown2002-02-151-1/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | into hundin.mysql.fi:/home/heikki/mysql
| | * | dict0dict.c:unknown2002-02-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the string foreign was succeeded by a non-space character, that confused the foreign key syntax parser innobase/dict/dict0dict.c: If the string foreign was succeeded by a non-space character, that confused the foreign key syntax parser
| * | | Fixed too bugs in MySQL client 'mysql', interactive command 'tee'.unknown2002-02-152-8/+15
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | client/mysql.cc: Fixed two bugs in 'tee'. It's now possible to change the 'tee-file' on the fly without need to run 'notee' in between. 'tee' will now also accept quotes around the file name. BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
| * | Enable LOAD DATA LOCAL by defaultunknown2002-02-144-2/+4
| | |
| * | Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlunknown2002-02-147-5/+24
| |\ \ | | |/ | |/|
| | * Don't give warnings for empty statements with commentsunknown2002-02-147-5/+24
| | |
| * | row0mysql.c:unknown2002-02-141-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | Add a warning to drop database wait if there are still open handles on a table innobase/row/row0mysql.c: Add a warning to drop database wait if there are still open handles on a table
| * | dict0dict.h, dict0dict.c, row0mysql.c, ha_innobase.cc:unknown2002-02-144-25/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add some more safety if MySQL tries to drop a table on which there are open handles sql/ha_innobase.cc: Add some more safety if MySQL tries to drop a table on which there are open handles innobase/row/row0mysql.c: Add some more safety if MySQL tries to drop a table on which there are open handles innobase/dict/dict0dict.c: Add some more safety if MySQL tries to drop a table on which there are open handles innobase/include/dict0dict.h: Add some more safety if MySQL tries to drop a table on which there are open handles
| * | row0mysql.c, sql_db.cc:unknown2002-02-142-3/+25
| |/ | | | | | | | | | | | | | | | | | | Try to make sure DROP DATABASE does not cause a deadlock because we now let InnoDB wait MySQL does not have open handles to tables we drop sql/sql_db.cc: Try to make sure DROP DATABASE does not cause a deadlock because we now let InnoDB wait MySQL does not have open handles to tables we drop innobase/row/row0mysql.c: Try to make sure DROP DATABASE does not cause a deadlock because we now let InnoDB wait MySQL does not have open handles to tables we drop
| * changed bool -> my_boolunknown2002-02-141-1/+1
| |
| * Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlunknown2002-02-142-2/+12
| |\
| | * ha_innobase.cc:unknown2002-02-142-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DROP DATABASE required that the database name is in lower case to work; put it always to lower case in innobase_drop_database sql/ha_innobase.cc: DROP DATABASE required that the database name is in lower case to work; put it always to lower case in innobase_drop_database BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
| * | Use NAMES_SEP_CHAR also for enums (Fix for supportwizard)unknown2002-02-132-7/+2
| |/ | | | | | | | | | | | | sql/unireg.cc: Use NAMES_SEP_CHAR also for enums sql/unireg.h: cleanup
| * Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlunknown2002-02-1313-36/+103
| |\ | | | | | | | | | | | | BitKeeper/etc/logging_ok: auto-union
| | * Fix for LOAD DATA LOCAL INFILE patchunknown2002-02-132-4/+4
| | |
| | * Merge hundin:/my/mysql-3.23 into tik.mysql.fi:/home/my/mysql-3.23unknown2002-02-1313-27/+93
| | |\ | | | | | | | | | | | | | | | | sql/mysqld.cc: Auto merged
| | | * Made LOAD DATA LOCAL INFILE more secureunknown2002-02-1313-27/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs/manual.texi: Changelog sql/sql_yacc.yy: optimization BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
| | * | Don't print out 'got signal' if not using --warningsunknown2002-02-131-2/+3
| | |/
| * | mysqldump.c:unknown2002-02-122-2/+3
| |/ | | | | | | | | | | | | | | | | | | Changed C++ style comments to ANSI C style. client/mysqldump.c: Changed C++ style comments to ANSI C style. BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
| * Updated changelog of 3.23.48 with InnoDB changes.unknown2002-02-112-6/+37
| | | | | | | | | | sql/sql_table.cc: Fixed comment
| * Remove uage of static variable from file locks.unknown2002-02-102-11/+7
| | | | | | | | | | mysql-test/mysql-test-run.sh: Cleanup
| * Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlunknown2002-02-105-8/+47
| |\
| | * Fixed bug in full join with many NULL fields.unknown2002-02-105-8/+47
| | | | | | | | | | | | | | | | | | | | | Build-tools/Do-compile: Fixed 'touch' and 'chmod' of files. Docs/manual.texi: Changelog
| * | Merge heikki@work.mysql.com:/home/my/mysqlunknown2002-02-101-2/+37
| |\ \ | | |/ | |/| | | | | | | | | | into donna.mysql.fi:/home/heikki/mysqln
| | * srv0srv.c:unknown2002-02-101-2/+37
| | | | | | | | | | | | | | | | | | | | | | | | If the default character set was set to non-latin1 then the collation order of DATA_CHAR and DATA_VARCHAR was not defined, and foreign key system tables did not work, because they contain DATA_VARCHAR columns innobase/srv/srv0srv.c: If the default character set was set to non-latin1 then the collation order of DATA_CHAR and DATA_VARCHAR was not defined, and foreign key system tables did not work, because they contain DATA_VARCHAR columns
| * | Fix for customer buildunknown2002-02-103-8/+9
| | |
| * | Add forgotten argument to --version-suffixunknown2002-02-101-2/+2
| | |
| * | added options 'version-suffix' to Do-compileunknown2002-02-091-7/+10
| | | | | | | | | | | | | | | Build-tools/Do-compile: added options 'version-suffix'
| * | Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlunknown2002-02-094-24/+26
| |\ \ | | |/ | |/|
| | * Removed compiler warningsunknown2002-02-094-24/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs/manual.texi: Cleanup myisam/myisampack.c: Removed warning sql/handler.cc: cleanup sql/slave.cc: Removed not used var
| * | dict0crea.c:unknown2002-02-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Still a little better error message for Harald Fuchs innobase/dict/dict0crea.c: Still a little better error message for Harald Fuchs
| * | dict0crea.c:unknown2002-02-081-8/+13
| |/ | | | | | | | | | | | | | | Add some error messages to help in tracking Harald Fuchs' foreign key failure innobase/dict/dict0crea.c: Add some error messages to help in tracking Harald Fuchs' foreign key failure
| * Fixed results after Heikki's last changemysql-3.23.48unknown2002-02-071-5/+5
| |
| * Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlunknown2002-02-0723-164/+277
| |\ | | | | | | | | | | | | sql/ha_innobase.cc: Auto merged