summaryrefslogtreecommitdiff
path: root/.bzrignore
Commit message (Collapse)AuthorAgeFilesLines
* Remove old cruft from the tree: mysqltestmanager, mysql_test_run_new,jimw@mysql.com2006-04-111-0/+1
| | | | | and various stuff in Docs/. Also move the certificates used for testing into mysql-test/std_data from the top-level SSL directory (now gone).
* Fixed compiler and valgrind warningsmonty@mysql.com2006-03-291-0/+1
| | | | | | | | | | Added missing DBUG_xxx_RETURN statements Fixed some usage of not initialized variables (as found by valgrind) Ensure that we don't remove locked tables used as name locks from open table cache until unlock_table_names() are called. This was fixed by having drop_locked_name() returning any table used as a name lock so that we can free it in unlock_table_names() This will allow Tomas to continue with his work to use namelocks to syncronize things. Note: valgrind still produces a lot of warnings about using not initialized code and shows memory loss errors when running the ndb tests
* Merge zim.(none):/home/ian/workspace/mysql-5.0ian@zim.(none)2006-03-271-7/+10
|\ | | | | | | | | | | into zim.(none):/home/ian/workspace/mysql-5.1-new Updated bug message in disabled file -Brian
| * Disable udf testian@zim.(none)2006-03-271-0/+1
| |
| * Fix for bug #16855ian@zim.(none)2006-03-271-0/+2
| |
* | updateandrey@lmy004.2006-03-251-0/+7
| |
* | mergedserg@serg.mylan2006-03-061-3/+134
|\ \ | |/
| * compilation fixesserg@serg.mylan2006-03-061-0/+1
| |
* | fixes to make the code compile with gcc 2.95serg@serg.mylan2006-02-281-0/+1
| |
* | After merge fixesmonty@mysql.com2006-02-261-0/+2
| |
* | Merge mysql.com:/home/jimw/my/mysql-5.0-cleanjimw@mysql.com2006-02-171-1/+1
|\ \ | |/ | | | | into mysql.com:/home/jimw/my/mysql-5.1-clean
| * Fix subselect results (there was a bad merge when subselect test was disabled)jimw@mysql.com2006-02-171-0/+1
| |
* | WL#2645 (CHECK FOR UPGRADE)holyfoot@deer.(none)2006-02-171-0/+1
| | | | | | | | 5.1-related fixes
* | Merge mysql.com:/home/kostja/mysql/tmp_mergekonstantin@mysql.com2006-02-021-1/+2
|\ \ | |/ | | | | into mysql.com:/home/kostja/mysql/mysql-5.1-merge
| * Merge mysql.com:/opt/local/work/mysql-4.1-rootkonstantin@mysql.com2006-01-181-141/+142
| |\ | | | | | | | | | into mysql.com:/opt/local/work/mysql-5.0-root
| | * BUG#3074: Unversioned symbols in shared librarysvoj@april.(none)2006-01-171-0/+1
| | | | | | | | | | | | libmysqlclient versioning when linked with GNU ld.
| | * Merge mysql.com:/home/my/mysql-4.0monty@mysql.com2005-09-151-4/+4
| | |\ | | | | | | | | | | | | into mysql.com:/home/my/mysql-4.1
| | | * Turn off EOLN_NATIVE flag for all test filesmonty@mysql.com2005-09-151-0/+2
| | | | | | | | | | | | | | | | Ignored some generated files
* | | | Merge spachev@bk-internal.mysql.com:/home/bk/mysql-5.1-newsasha@asksasha.com2006-01-301-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | into asksasha.com:/reiser-data/mysql-dev/mysql-5.1-new
* \ \ \ \ Merge BUG#15110 from 5.0 into 5.1.anozdrin@mysql.com2006-01-131-118/+54
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | Merge mysql.com:/home/alik/MySQL/devel/5.0-bug15110 into mysql.com:/home/alik/MySQL/devel/5.1-bug15110
| * | | | Fix for BUG#15110: mysqldump --triggers: does not include DEFINER clauseanozdrin@mysql.com2006-01-111-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are two main idea of this fix: - introduce a common function for server and client to split user value (<user name>@<host name>) into user name and host name parts; - dump DEFINER clause in correct format in mysqldump.
* | | | | coreect build error without ndbtomas@poseidon.ndb.mysql.com2006-01-131-0/+3
| | | | |
* | | | | updated mysql-test-run.pl to adjust to ndb replication testingtomas@poseidon.ndb.mysql.com2006-01-131-0/+2
| | | | |
* | | | | bug: replication of table spaces to worktomas@poseidon.ndb.mysql.com2006-01-111-0/+9
| |/ / / |/| | | | | | | | | | | bug: check if storage engine is enabled to avoif code dump
* | | | ignore:bar@mysql.com2005-12-261-0/+1
| | | | | | | | | | | | | | | | added item_xmlfunc.cc
* | | | Fixed compile errors (when compiling in debug mode)monty@mysql.com2005-12-251-0/+1
| | | |
* | | | Fix innodb result file (merge clean-up)jimw@mysql.com2005-12-061-0/+1
| | | |
* | | | Import BDB 4.4.16jimw@mysql.com2005-12-051-131/+101
| | | |
* | | | Merge mysql.com:/home/my/mysql-5.0monty@mysql.com2005-11-241-0/+1
|\ \ \ \ | |/ / / | | | | | | | | into mysql.com:/home/my/mysql-5.1
| * | | Don't use PATH_MAX for FN_REFLEN as this uses too much stack spacemonty@mysql.com2005-11-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Larger stack size neaded for open table on x86 64 bit Fix failing test cases Deleted symlink from bk
* | | | Merge mysql.com:/home/mysql_src/mysql-5.0guilhem@mysql.com2005-11-181-2/+143
|\ \ \ \ | |/ / / | | | | | | | | | | | | into mysql.com:/home/mysql_src/mysql-5.1-merge-of-5.0 (not all files are good, I'll fix; I'll ask some devs to check their part)
| * | | Added number of files into ignore list for win32 build within bk tree.SergeyV@selena.2005-11-141-0/+141
| | | |
* | | | Add generated files to ignore listjimw@mysql.com2005-11-071-0/+8
| | | |
* | | | Fix of crashed 5.1 tree (wrong merge + wrong pullout patch forced us to ↵monty@mysql.com2005-11-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | create a new 5.1 tree) This is a merge of 5.0 -> 5.1 + some code from old 5.1 tree to get all tests to work and keep the .frm format the same as the old 5.1 tree.
* | | | Mergetomas@poseidon.ndb.mysql.com2005-10-061-291/+705
|\ \ \ \ | |/ / /
| * | | Merge mysqldev@production.mysql.com:my/mysql-5.0-releasekonstantin@mysql.com2005-09-231-0/+2
| |\ \ \ | | | | | | | | | | | | | | | into mysql.com:/opt/local/work/mysql-5.0-root
| | * | | Fixed problems found by valgrindmonty@mysql.com2005-09-221-0/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | Fixed problems in test suite where some test failed Fixed access to not initialized memory in federated Fixed access to not initialized memory when using BIT fields in internal temporary tables
* | | | Add files for bdb/build_win64, and tweak the configuration to skip overjimw@mysql.com2005-09-221-34/+5
| | | | | | | | | | | | | | | | parts of the library we have omitted.
* | | | Remove some files that should not have been added with BDB upgrade,jimw@mysql.com2005-09-221-412/+439
|/ / / | | | | | | | | | and update ignore file after move of storage engines to storage/.
* | | Merge eel.(none):/home/jonas/src/mysql-4.1jonas@eel.(none)2005-09-091-0/+1
|\ \ \ | |/ / | | | | | | into eel.(none):/home/jonas/src/mysql-5.0
| * | ndb jonas@eel.(none)2005-09-091-0/+1
| | | | | | | | | | | | new testprogram testSRBank
* | | Merge jlindstrom@bk-internal.mysql.com:/home/bk/mysql-5.0jan@hundin.mysql.fi2005-09-051-0/+1
|\ \ \ | | | | | | | | | | | | into hundin.mysql.fi:/home/jan/new/mysql-5.0
| * \ \ Merge jlindstrom@bk-internal.mysql.com:/home/bk/mysql-5.0jan@hundin.mysql.fi2005-07-201-4/+5
| |\ \ \ | | | | | | | | | | | | | | | into hundin.mysql.fi:/home/jan/new/mysql-5.0
| | * | | Added InnoDB offline file checksum utility.jan@hundin.mysql.fi2005-07-191-0/+1
| | | | |
* | | | | Merge mishka.local:/home/my/mysql-4.1monty@mishka.local2005-08-251-2/+2
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | into mishka.local:/home/my/mysql-5.0
| * | | | updated patch for BUG#4680 (incomplete DROP DATABASE breaking replication). sasha@asksasha.com2005-08-181-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We binlog the DROP TABLE for each table that was actually dropped. Per Sergei's suggestion a fixed buffer for the DROP TABLE query is pre-allocated from THD pool, and logging now is done in batches - new batch is started if the buffer becomes full. Reduced memory usage by reusing the table list instead of accumulating a list of dropped table names. Also fixed the problem if the table was not actually dropped, eg due to permissions. Extended the test case to make sure batched query logging does work.
* | | | | forgotten 'return'serg@sergbook.mysql.com2005-08-141-0/+2
| | | | |
* | | | | Merge mysql.com:/home/my/mysql-4.1monty@mysql.com2005-07-281-4/+5
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | | into mysql.com:/home/my/mysql-5.0
| * | | Moved test for 'show full processlist' to not_embedded_server.test becasue ↵monty@mysql.com2005-07-271-0/+1
| | | | | | | | | | | | | | | | it could fail on a slow computer where previous connections has not yet disconnected
| * | | Merge mysql.com:/home/my/mysql-4.0monty@mysql.com2005-07-271-1/+1
| |\ \ \ | | | |/ | | |/| | | | | into mysql.com:/home/my/mysql-4.1