summaryrefslogtreecommitdiff
path: root/.bzrignore
Commit message (Collapse)AuthorAgeFilesLines
* Fix for Win buildholyfoot@deer.(none)2006-05-011-0/+1
|
* Cleanup formattingmsvensson@neptunus.(none)2006-04-241-0/+3
|
* Disable udf testian@zim.(none)2006-03-271-0/+1
|
* Fix for bug #16855ian@zim.(none)2006-03-271-0/+2
|
* compilation fixesserg@serg.mylan2006-03-061-0/+1
|
* Fix subselect results (there was a bad merge when subselect test was disabled)jimw@mysql.com2006-02-171-0/+1
|
* 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
* | | 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.
* | | 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
* | | Added number of files into ignore list for win32 build within bk tree.SergeyV@selena.2005-11-141-0/+141
| | |
* | | 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
* | | 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
| | * | Review fixes:monty@mysql.com2005-07-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixed portability problem with bool in C programs Moved close_thread_tables out from LOCK_thread_count mutex (safety fix) my_sleep() -> pthread_cond_timedwait()
| | * | union.test: drop table addedserg@serg.mylan2004-09-051-0/+1
| | | |
* | | | Ignore mysql-test/var (I'm pushing it for the second time already :(()konstantin@mysql.com2005-07-201-0/+1
| | | |
* | | | Added mkinstalldirs (an auxiliary autotools symlink) to the ignorekonstantin@mysql.com2005-07-191-0/+2
| |_|/ |/| | | | | | | | list.
* | | Fix for BUG#11211 "GROUP BY doesn't work correctly"timour@mysql.com2005-06-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the GROUP BY clause contains a column reference that can be resolved to both an aliased column in the SELECT list, and to a column in the FROM clause, the group column is resolved to the column in the FROM clause (for ANSI conformance). However, it may be so that the user's intent is just the other way around, and he/she gets the query results grouped by a completely different column than expexted. This patch adds a warning in such cases that tells the user that there is potential ambiguity in the group column. sql/sql_select.cc - Added a warning when a GROUP column is ambiguous due to that there is a column reference with the same name both in the SELECT and FROM clauses. In this case we resolve to the column in FROM clause and warn the user of a possible ambiguity. - More extensive comments. - Changed the function to return bool instead of int (as in other places). mysql-test/t/group_by.test Added test for BUG#11211. mysql-test/r/group_by.result Added test for BUG#11211.
* | | Merge rurik.mysql.com:/home/igor/dev/mysql-4.1-0igor@rurik.mysql.com2005-06-071-9/+10
|\ \ \ | |/ / | | | | | | into rurik.mysql.com:/home/igor/dev/mysql-5.0-0
| * | BUG#7967 Fix mysqlhotcopy --record-log-positionelliot@mysql.com2005-06-061-0/+1
| | |
* | | Remove automatically generated autotools files from revision control. konstantin@mysql.com2005-05-181-0/+5
| | | | | | | | | | | | Fix build scripts to create them.
* | | Moved some old test and added a new test to only be run with mysql-test-run ↵monty@mysql.com2005-04-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | --big Fixed warnings by valgrind for sum_distinct.test Enable buffered-record-reads after filesort for InnoDB tables with short primary key Enabled sort-with-data for MyISAM temporary files
* | | removed a reference to non-existing fileserg@serg.mylan2005-04-051-0/+2
| | |
* | | typecast fix for windows 64-bit compilation errorgeorg@lmy002.wdf.sap.corp2005-03-161-0/+1
| | |
* | | mergedserg@serg.mylan2005-03-091-1/+1
|\ \ \ | |/ /
| * | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1Sinisa@sinisa.nasamreza.org2005-03-071-51/+50
| |\ \ | | | | | | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql-4.1
| | * | A fix for a bug #8830, which occured when binary data from blob wasSinisa@sinisa.nasamreza.org2005-03-051-0/+1
| | | | | | | | | | | | | | | | dumped with --hex-blob and --skip-extended-insert options.
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2005-02-281-0/+1
| |/ / | | | | | | | | | into mysql.com:/home/my/mysql-4.1
* | | Fixing bug #8850 in such a way that when TRUNCATE is called withinSinisa@sinisa.nasamreza.org2005-03-051-0/+1
| | | | | | | | | | | | stored procedure, it is converted to DELETE.
* | | Merge mysql.com:/home/jonas/src/mysql-4.1joreland@mysql.com2005-02-251-0/+45
|\ \ \ | |/ / | | | | | | into mysql.com:/home/jonas/src/mysql-5.0
| * | add auto generated ndb dsp-files (for msvc++ 6.0) to ignore filejoreland@mysql.com2005-02-251-1/+45
| | |
| * | Better bugfix for "HAVING when refering to RAND()" (Bug #8216)monty@mysql.com2005-02-081-0/+1
| | | | | | | | | | | | | | | | | | Ensure that references in HAVING, ORDER BY or GROUP BY are calculated after fields in SELECT. This will ensure that any reference to these has a valid value. Generalized the code for split_sum_func()
* | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-5.0hf@deer.(none)2005-02-091-8/+8
|\ \ \ | | | | | | | | | | | | into deer.(none):/home/hf/work/mysql-5.0.clean
| * | | Fix for NCHAR bug appeared during the merginghf@deer.(none)2005-02-091-0/+1
| | | |
* | | | fixed C++ syntax in C codebell@sanja.is.com.ua2005-02-091-0/+1
|/ / / | | | | | | | | | | | | fixed end of string detection in string->decimal conversion to avoid false alarm about some string part left unconverted (string can be not null terminated) ignore my_decimal.cc in libmysqld directory
* | | Precision Math implementationhf@deer.(none)2005-02-091-0/+3
| | |
* | | small testcase updatetomas@poseidon.ndb.mysql.com2005-02-071-0/+1
| | |