summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* test-transactions.sh:unknown2003-04-031-1/+1
| | | | | | | | correct misprint in the test_update sql-bench/test-transactions.sh: correct misprint in the test_update
* Sprint task #856 : make table exclusion rules (in replication)unknown2003-04-011-0/+22
| | | | | | | | apply to GRANT and REVOKE too. For example if replicate-wild-ignore-table=mysql.%, GRANT and REVOKE will not be replicated on the slave.
* Merge gweir@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-03-314-233/+0
|\ | | | | | | | | | | | | into mysql.com:/home/greg/bk/mysql-4.0
| * Add new XDC file for NetWare pre-emption, drop old build scripts, libmysqld.defunknown2003-03-314-233/+0
| | | | | | | | | | | | | | | | | | | | | | BitKeeper/deleted/.del-mysqld.xdc~1befdfee55e31716: Delete: netware/mysqld.xdc BitKeeper/deleted/.del-nwbootstrap~f3bc723dad4ed7e: Delete: netware/nwbootstrap BitKeeper/deleted/.del-nwconfigure~86da352b5e031ed9: Delete: netware/nwconfigure BitKeeper/deleted/.del-libmysqld.def~6ca0fa0537a3431c: Delete: netware/libmysqld.def
* | - Fix for bug #200 (added missing @WRAPLIBS@ to LIBS in unknown2003-03-311-1/+1
| | | | | | | | | | | | | | | | | | libmysqld/examples/Makefile.am (thanks to Christian Hammers from Debian for pointing this out) libmysqld/examples/Makefile.am: - added missing @WRAPLIBS@ to LIBS
* | truncating REPLACE result bug fixunknown2003-03-303-2/+6
|/ | | | | | | | | mysql-test/r/func_str.result: test result for truncating REPLACE result mysql-test/t/func_str.test: test with long arguments for REPLACE sql/item_strfunc.cc: fix for counting REPLACE result length
* Improve make_binary_distribution from Novell code at Monty's requestunknown2003-03-272-30/+25
| | | | | | | netware/BUILD/create-patch: Change mode to -rwxrwxr-x scripts/make_binary_distribution.sh: Split BIN_FILES into more generic parts, with no repetition
* Merge gweir@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-03-273-29/+31
|\ | | | | | | | | | | | | into mysql.com:/home/greg/bk/mysql-4.0
| * Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-03-272-27/+29
| |\ | | | | | | | | | | | | | | | | | | | | | into mashka.mysql.fi:/home/my/mysql-4.0 sql/mysqld.cc: Auto merged
| | * Fix for stack size checking on Solaris.unknown2003-03-261-2/+3
| | |
| | * Fix for glibc with small stack size (fixes bug when running crash-me)unknown2003-03-262-26/+27
| | | | | | | | | | | | | | | sql-bench/limits/mysql.cfg: Update to new crash me
| * | mysqld.cc:unknown2003-03-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Make the default value of innodb_flush_log_at_trx_commit 1, not 0 which compromises the Durability of a transaction sql/mysqld.cc: Make the default value of innodb_flush_log_at_trx_commit 1, not 0 which compromises the Durability of a transaction
| * | fixed problem of port without host in SHOW PROCESSLIST (bug 189)unknown2003-03-261-1/+1
| | | | | | | | | | | | | | | sql/sql_show.cc: fixed problem of port without host in SHOW PROCESSLIST
* | | Merge gweir@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-03-266-31/+196
|\ \ \ | |/ / | | | | | | | | | | | | | | | into mysql.com:/home/greg/bk/mysql-4.0
| * | - fixed typo (build_command -> build-command)unknown2003-03-251-1/+1
| | |
| * | - added new option "--build-command" to be able to use differentunknown2003-03-251-31/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | commands for building the sources - removed duplicate option "--revision" - added help for new option and reformatted help text a bit
| * | crash-me.sh:unknown2003-03-261-0/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add new parameter checks length_of_varchar_field, add new auxilary functions: get_recordset compare_recordset print_recordset sql-bench/crash-me.sh: add new parameter checks length_of_varchar_field, add new auxilary functions: get_recordset compare_recordset print_recordset
| * | Fix for small bug #186 (If a connection has temporary tables and doesunknown2003-03-251-0/+10
| |/ | | | | | | | | | | | | | | | | | | | | RESET MASTER, this breaks replication). In the slave SQL thread, any DROP TEMPORARY TABLE is silently converted to DROP TEMPORARY TABLE IF EXISTS, not to have irrelevant "table does not exist". See comments in code or bug #186 for an example of how irrelevant errors like this can arise.
| * Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-03-253-0/+32
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | into narttu.mysql.fi:/my/mysql-4.0 mysql-test/r/group_by.result: Auto merged mysql-test/t/group_by.test: Auto merged
| | * Fixed bug with GROUP BY and aliasunknown2003-03-253-0/+32
| | | | | | | | | | | | | | | | | | | | | mysql-test/r/group_by.result: Test for group by + alias bug mysql-test/t/group_by.test: Test for group by + alias bug
* | | Merge gweir@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-03-249-104/+61
|\ \ \ | |/ / |/| | | | | | | | | | | | | | into mysql.com:/home/greg/bk/mysql-4.0
| * | Post-4.0.12 changes from Novell: mostly NetWare-related code changes to ↵unknown2003-03-219-104/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | utilize new LibC client/mysql.cc: Remove unnecessary pthread_yield calls for NetWare client/mysqldump.c: Remove unnecessary pthread_yield calls for NetWare include/my_pthread.h: Special extern my_pthread_cond_timedwait no longer required for NetWare mysql-test/t/backup.test: replace_result added so test passes correctly on NetWare mysys/default.c: Add conditional to avoid non-applicable file checking on NetWare mysys/my_init.c: Remove working directory change from netware_init() mysys/my_pthread.c: Remove unnecessary NetWare version of my_pthread_cond_timedwait mysys/thr_mutex.c: Remove unnecessary NetWare block scripts/make_binary_distribution.sh: Changes to clear up extraneous EXTRA_BIN_FILES, NetWare sections
* | | - fixed wrong order of commands in Mac OS X Readme.txtunknown2003-03-241-1/+1
| | | | | | | | | | | | | | | | | | | | | (Thanks to Marc Liyanage for spotting this)
* | | Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-03-24242-1698/+12373
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/suse80/my/mysql-4.0 BitKeeper/etc/logging_ok: auto-union
| * | | make myisam usable without threads (and even w/o pthread_t)unknown2003-03-243-2/+12
| | | |
| * | | Reverted fix away from 4.0, because it may in rare circumstansesunknown2003-03-231-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | cause compatibility problems. Fix will be enabled in 4.1.
| * | | Changed some tests to pass with new auto_increment handling,unknown2003-03-2216-44/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | e.g. default value is not accepted with auto_increment anymore.
| * | | Added error in case auto_increment and default where definedunknown2003-03-221-6/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | at the same time.
| * | | Fix for #178 Replicating INSERT VALUES(USER()) crashes (SEGV) the slaveunknown2003-03-221-1/+3
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now it does not SEGV, but USER() is still badly replicated (it is replicated to ""), which is a lower priority bug. sql/item_strfunc.cc: Fix for #178 Replicating INSERT VALUES(USER()) crashes (SEGV) the slave Now it does not SEGV, but USER() is still badly replicated (it is replicated to ""), which is a lower priority bug.
| * | Missed one file from Novell changes in 1.1686unknown2003-03-211-49/+49
| | | | | | | | | | | | | | | netware/mysqld_safe.c: Changes to argument handling, spawn, etc
| * | Changes from Novell for various NetWare-only files, post-4.0.12unknown2003-03-2134-267/+367
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | include/config-netware.h: Define USE_OLD_FUNCTIONS, remove NKS header includes netware/BUILD/mwenv: Changes to compiler flags netware/BUILD/nwbootstrap: bk changes syntax netware/Makefile.am: Remove isamchk.def, mysqld.xdc, add comp_err.def to netware_build_files netware/isamchk.def: Add XDCDATA netware/isamlog.def: Add XDCDATA netware/libmysql.def: Add XDCDATA netware/my_manage.c: Changes in argument handling, use procve netware/my_manage.h: Changes to argument handling, spawn netware/my_print_defaults.def: Add XDCDATA netware/myisamchk.def: Add XDCDATA netware/myisamlog.def: Add XDCDATA netware/myisampack.def: Add XDCDATA netware/mysql.def: Add XDCDATA netware/mysql_install.def: Add XDCDATA netware/mysql_install_db.c: Argument handling changes, etc netware/mysql_install_db.def: Add XDCDATA netware/mysql_test_run.c: Argument handling, spawn changes, etc netware/mysql_test_run.def: Add XDCDATA netware/mysqladmin.def: Add XDCDATA netware/mysqlbinlog.def: Add XDCDATA netware/mysqlcheck.def: Add XDCDATA netware/mysqld.def: Add XDCDATA netware/mysqld_safe.def: Add XDCDATA netware/mysqldump.def: Add XDCDATA netware/mysqlimport.def: Add XDCDATA netware/mysqlshow.def: Add XDCDATA netware/mysqltest.def: Add XDCDATA netware/pack_isam.def: Add XDCDATA netware/perror.def: Add XDCDATA netware/replace.def: Add XDCDATA netware/resolveip.def: Add XDCDATA
| * | crash-me.sh:unknown2003-03-211-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | add foreign key value update test sql-bench/crash-me.sh: add foreign key value update test
| * | Fixed a bug in comment handling.unknown2003-03-211-2/+10
| | |
| * | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.0unknown2003-03-213-2/+31
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/work-qcfile-4.0 sql/sql_yacc.yy: Auto merged
| | * | do not allow to cache queries with INTO clauseunknown2003-03-063-2/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | mysql-test/r/query_cache.result: INTO OUTFILE/DUMPFILE test mysql-test/t/query_cache.test: INTO OUTFILE/DUMPFILE test
| * | | Merge pmartin@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-03-201-85/+85
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | into mysql.com:/home/pem/work/mysql-4.0
| | * | Fixed lots of typos, and translated a few messages.unknown2003-03-191-85/+85
| | | |
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-03-196-11/+64
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into narttu.mysql.fi:/my/mysql-4.0
| | * | | Print right hostname or IP in SHOW PROCESSLISTunknown2003-03-196-11/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use SESSION TABLE_HANDLER as default table handler if given table handler doesn't exists Docs/internals.texi: Updated description for how DATE, TIME and TIMESTAMP are stored mysql-test/r/create.result: New tests mysql-test/t/create.test: New tests sql/handler.cc: Use SESSION TABLE_HANDLER as default table handler if given table handler doesn't exists. sql/sql_parse.cc: Fix that we return hostname instead of IP in SHOW PROCESSLIST sql/sql_show.cc: Print right hostname or IP in SHOW PROCESSLIST
| * | | | Merge mysql.com:/space/my/mysql-4.0unknown2003-03-1916-50/+429
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/space/my/mysql-4.0-build
| | * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-03-1916-50/+429
| | |\ \ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | into narttu.mysql.fi:/my/mysql-4.0 configure.in: Auto merged
| | | * | Allow optimzation of multi-table-update also for InnoDB tablesunknown2003-03-1913-48/+313
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MEMORY is alias for HEAP for CREATE TABLE ... TYPE=HEAP Fixed bug in multi-table-update where a row could be updated several times mysql-test/r/heap.result: Test of CREATE TABLE ... type=MEMORY mysql-test/r/innodb.result: Added multi-update-test mysql-test/r/multi_update.result: Added multi-update-test mysql-test/t/heap.test: Test of CREATE TABLE ... type=MEMORY mysql-test/t/innodb.test: Added multi-update-test mysql-test/t/multi_update.test: Added multi-update-test sql/ha_innodb.h: Allow optimzation of multi-table-update also for InnoDB tables sql/handler.h: Allow optimzation of multi-update also for InnoDB tables sql/key.cc: After merge fix sql/lex.h: MEMORY is alias for HEAP sql/sql_test.cc: Fixed wrong printf sql/sql_update.cc: Fixed bug in multi-table-update where a row could be updated several times sql/sql_yacc.yy: MEMORY is alias for HEAP
| | | * | Merge with 3.23 to get fix for halloween problem on Update of InnoDB tablesunknown2003-03-184-1/+22
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | innobase/row/row0mysql.c: Auto merged innobase/row/row0sel.c: Auto merged sql/key.cc: Auto merged configure.in: Merge with 3.23 mysql-test/r/innodb.result: Merge with 3.23 mysql-test/t/innodb.test: Merge with 3.23 strings/strto.c: Merge with 3.23
| | | | * | Fix of 'halloween bug' with UPDATE of InnoDB tables.unknown2003-03-184-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mysql-test/r/innodb.result: Test of 'halloween bug' mysql-test/t/innodb.test: Test of 'halloween bug' strings/strto.c: Portability fix
| | | | * | Merge bk-internal.mysql.com:/home/bk/mysql-3.23unknown2003-03-163-15/+10
| | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mashka.mysql.fi:/home/my/mysql-3.23
| | | | | * | row0mysql.c:unknown2003-03-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test if merging from 3.23 to 4.0 succeeds innobase/row/row0mysql.c: Test if merging from 3.23 to 4.0 succeeds
| | | | | * | row0sel.c:unknown2003-03-151-13/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug number 154: GROUP BY and DISTINCT could treat NULL values inequal innobase/row/row0sel.c: Fix bug number 154: GROUP BY and DISTINCT could treat NULL values inequal
| | | | | * | - tagged ChangeSet 1.1358 as mysql-3.23.56unknown2003-03-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - bumped up version number to 3.23.57 in configure.in
| | | * | | | Test of range optimizer in InnoDBunknown2003-03-183-2/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sql/ha_myisam.cc: Added function comment
| * | | | | | - renamed "rnd" to "my_rnd" as the name was too generic (and is an exportedunknown2003-03-1810-402/+18
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | symbol in libmysqlclient) (thanks to Dennis Haney for the initial patch) - cleanup: removed client/password.c (not used at all) and libmysql/password.c (should rather be a symlink to sql/password.c instead) - applied HPUX11 portability fix for char_val declaration to sql/password.c (taken from libmysql/password.c) BitKeeper/deleted/.del-password.c~c036d4f8b3280843: Delete: client/password.c BitKeeper/deleted/.del-password.c~76f30876e68eddb4: Delete: libmysql/password.c include/mysql_com.h: - replaced "rnd" with "my_rnd" libmysql/Makefile.am: - removed dead piece of code ($qs was not defined) - symlink password.c from the sql directory libmysqld/Makefile.am: - use password.c from the sql directory instead sql/item_func.cc: - replaced "rnd" with "my_rnd" sql/mysqld.cc: - replaced "rnd" with "my_rnd" sql/password.c: - replaced "rnd" with "my_rnd" sql/sql_class.cc: - replaced "rnd" with "my_rnd" sql/sql_crypt.cc: - replaced "rnd" with "my_rnd"