summaryrefslogtreecommitdiff
path: root/.bzrignore
Commit message (Collapse)AuthorAgeFilesLines
* mergeMattias Jonsson2011-04-201-0/+9
|\
| * Bug#11766249 bug#59316: PARTITIONING AND INDEX_MERGE MEMORY LEAKMattias Jonsson2011-03-251-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When executing row-ordered-retrieval index merge, the handler was cloned, but it used the wrong memory root, so instead of allocating memory on the thread/query's mem_root, it used the table's mem_root, resulting in non released memory in the table object, and was not freed until the table was closed. Solution was to ensure that memory used during cloning of a handler was allocated from the correct memory root. This was implemented by fixing handler::clone() to also take a name argument, so it can be used with partitioning. And in ha_partition only allocate the ha_partition's ref, and call the original ha_partition partitions clone() and set at cloned partitions. Fix of .bzrignore on Windows with VS 2010
* | Added support for VS10.Georgi Kodinov2011-03-281-1/+5
|/ | | | Fixed RelWithDebugInfo bzr ignores.
* added windows cmake binariesGeorgi Kodinov2010-11-031-0/+9
|
* WL#4259 - Debug Sync FacilityIngo Struewing2009-09-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport from 6.0 to 5.1. Only those sync points are included, which are used in debug_sync.test. The Debug Sync Facility allows to place synchronization points in the code: open_tables(...) DEBUG_SYNC(thd, "after_open_tables"); lock_tables(...) When activated, a sync point can - Send a signal and/or - Wait for a signal Nomenclature: - signal: A value of a global variable that persists until overwritten by a new signal. The global variable can also be seen as a "signal post" or "flag mast". Then the signal is what is attached to the "signal post" or "flag mast". - send a signal: Assign the value (the signal) to the global variable ("set a flag") and broadcast a global condition to wake those waiting for a signal. - wait for a signal: Loop over waiting for the global condition until the global value matches the wait-for signal. Please find more information in the top comment in debug_sync.cc or in the worklog entry.
* Ignore auto-generated file: libmysqld/examples/mysqltest.ccAlexander Nozdrin2009-08-121-0/+1
|
* Bug#40446 - mysql-test-run --gcov is brokenIngo Struewing2009-02-271-0/+2
| | | | | | Some variable values were missing and perl constructs failed. Initialized the variables and refactored the gcov functions.
* merge 5.1 --> 5.1-rplAlfranio Correia2008-12-131-0/+25
|\
| * mergeIngo Struewing2008-11-281-0/+25
| |
* | Merge 5.1 main -> 5.1-rplHe Zhenxing2008-09-061-0/+3
|\ \ | |/
| * Bug#31455 mysqlbinlog don't print user readable info about RBR events Alexander Barkov2008-08-201-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implementing -v command line parameter to mysqlbinlog to decode and print row events. mysql-test/include/mysqlbinlog_row_engine.inc mysql-test/r/mysqlbinlog_row.result mysql-test/r/mysqlbinlog_row_big.result mysql-test/r/mysqlbinlog_row_innodb.result mysql-test/r/mysqlbinlog_row_myisam.result mysql-test/r/mysqlbinlog_row_trans.result mysql-test/t/mysqlbinlog_row.test mysql-test/t/mysqlbinlog_row_big.test mysql-test/t/mysqlbinlog_row_innodb.test mysql-test/t/mysqlbinlog_row_myisam.test mysql-test/t/mysqlbinlog_row_trans.test Adding tests client/Makefile.am Adding new files to symlink client/mysqlbinlog.cc Adding -v option sql/log_event.cc Impelentations of the new methods sql/log_event.h Declaration of the new methods and member sql/mysql_priv.h Adding new function prototype sql/rpl_tblmap.cc Adding pre-processor conditions sql/rpl_tblmap.h Adding pre-processor conditions sql/rpl_utility.h Adding pre-processor conditions sql/sql_base.cc Adding reset_table_id_sequence() function. sql/sql_repl.cc Resetting table_id on "RESET MASTER" .bzrignore Ignoring new symlinked files
* | Add doxygen files to .bzrignoreSven Sandberg2008-07-241-0/+3
| |
* | Merge 5.1->5.1-rplMagnus Svensson2008-05-301-0/+9
|\ \ | |/ | | Fix paths and name of a few files to make it work with new mtr.pl
| * Merge magare.gmz:/home/kgeorge/mysql/work/B36011-take2-5.0-bugteamgkodinov/kgeorge@magare.gmz2008-05-161-0/+3031
| |\ | | | | | | | | | into magare.gmz:/home/kgeorge/mysql/work/B36011-5.1-bugteam
| * | Bug#35744 - Test 'partition_alter1_innodb' times out on multiple platforms.pcrews@pcrews-mac-local.local2008-05-131-3030/+0
| | | | | | | | | | | | | | | | | | | | | Split the test into 3 smaller parts, reducing single test run time. NDB variant still disabled. The runtime for a single test is greater than the runtime for the Innodb variant that was timing out. The test works, but disabled for Build systems.
| * | Fixes for bug#36522.hhunger@hh-nb.hungers2008-05-081-0/+4
| | |
| * | Merge hh-nb.hungers:/work/trees/mysql-5.1-build-src-cleanhhunger@hh-nb.hungers2008-04-231-0/+1
| |\ \ | | | | | | | | | | | | into hh-nb.hungers:/work/merge/mysql-5.1-build
| | * | Eightth set of fixes for bug 35988.hhunger@hh-nb.hungers2008-04-231-0/+1
| | | |
| * | | Merge hh-nb.hungers:/work/trees/mysql-5.1-build-src-cleanhhunger@hh-nb.hungers2008-04-101-0/+3
| |\ \ \ | | |/ / | |/| | | | | | into hh-nb.hungers:/work/merge/mysql-5.1-build
| | * | System variable tests delivered by Folio3 (see WL4288).hhunger@hh-nb.hungers2008-04-101-0/+3
| | | |
| * | | Merge hynda.mysql.fi:/home/my/mysql-5.1-mainjani@hynda.mysql.fi2008-02-271-8/+8
| |\ \ \ | | |/ / | |/| | | | | | into hynda.mysql.fi:/home/my/mysql-5.1-marvel
| | * | Fixed a previous patch.jani@hynda.mysql.fi2008-02-181-0/+1
| | | |
* | | | Merge pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-rplmsvensson@pilot.mysql.com2008-02-281-8/+9
|\ \ \ \ | |/ / / |/| | | | | | | into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-mtr
| * | | Add C version of safe_process msvensson@shellback.(none)2008-01-181-0/+1
| | | |
* | | | Patch for bug#32664: event.test has timeout randomly. File is split into ↵hhunger@hh-nb.hungers2008-02-201-0/+1
| | | | | | | | | | | | | | | | event_1.test and event_2.test.
* | | | Fixed differences in STATE in result file for bug#34190.hhunger@hh-nb.hungers2008-02-061-0/+1
| | | |
* | | | fixes for bug#34190.hhunger@hh-nb.hungers2008-01-311-0/+1
| | | |
* | | | New tests added for Bug#33558 - Test "stress.ddl_csv needs nullable columns ↵pcrews@pcrews-mac-local.local2008-01-211-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | which CSV does not support Added new tests and corrected existing tests
* | | | Disabled storedproc_06 for all engines due to bug 33464.hhunger@hh-nb.hungers2008-01-091-0/+2
| | | |
* | | | WL#4084: Code changes due to enabled the disabled tests (including other ↵hhunger@hh-nb.hungers2008-01-081-0/+1
| |/ / |/| | | | | | | | improvements).
* | | Merge mysql.com:/home/gluh/MySQL/Merge/5.1gluh@eagle.(none)2007-12-131-0/+1
|\ \ \ | | | | | | | | | | | | into mysql.com:/home/gluh/MySQL/Merge/5.1-opt
| * | | BUG#32694 post-merge adjustment of EXPLAIN results for 5.1.timour/tkatchaounov@lapi.mysql.com2007-12-081-0/+1
| | | |
| * | | Merge bk@192.168.21.1:mysql-5.1-optholyfoot/hf@hfmain.(none)2007-11-201-0/+3
| |\ \ \ | | |/ / | |/| | | | | | into mysql.com:/home/hf/work/31868/my51-31868
| | * | Bug #31868 mysql_server_init crash when language path is not correctly set.holyfoot/hf@mysql.com/hfmain.(none)2007-11-131-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When mysql_server_init() interrupts on some error (wrong errmsg file for example) in the middle of it's execution, it doesn't call execute_ddl_log_recovery() so LOCK_gdl mutex isn't init-ed. In this case we shouldn't execute release_ddl_log during cleanup as it uses that mutex inside.
| * | | Merge mysql.com:/home/hf/work/31305/my50-31305holyfoot/hf@hfmain.(none)2007-11-121-0/+1
| |\ \ \ | | |/ / | |/| | | | | | into mysql.com:/home/hf/work/31305/my51-31305
* | | | Merge hh-nb.hhunger:/work/merge/mysql-5.0-32496hhunger@hh-nb.hhunger2007-11-261-0/+1
|\ \ \ \ | | |_|/ | |/| | | | | | into hh-nb.hhunger:/work/merge/mysql-5.1-32496
| * | | patch for bug#32496 (2nd) with ansi conformant and Mysql test case.hhunger@hh-nb.hhunger2007-11-261-0/+2
| | |/ | |/|
| * | Merge mysql.com:/home/hf/work/31305/my41-31305holyfoot/hf@hfmain.(none)2007-11-121-10/+11
| |\ \ | | | | | | | | | | | | into mysql.com:/home/hf/work/31305/my50-31305
| | * | Bug #31305 myisam tables crash when they are near capacity.holyfoot/hf@mysql.com/hfmain.(none)2007-11-121-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When we insert a record into MYISAM table which is almost 'full', we first write record data in the free space inside a file, and then check if we have enough space after the end of the file. So if we don't have the space, table will left corrupted. Similar error also happens when we updata MYISAM tables. Fixed by modifying write_dynamic_record and update_dynamic_record functions to check for free space before writing parts of a record
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1serg@janus.mylan2007-11-051-1/+6
|\ \ \ \ | | | | | | | | | | | | | | | into janus.mylan:/usr/home/serg/Abk/mysql-5.1
| * | | | tests/mysql_client_test.c: typo fixedserg@janus.mylan2007-10-161-0/+6
| | |_|/ | |/| |
* | | | disable teststomas@whalegate.ndb.mysql.com2007-11-011-0/+1
|/ / /
* | | Merge gleb.loc:/home/uchum/work/bk/5.0-optgshchepa/uchum@gleb.loc2007-09-061-0/+3
|\ \ \ | |/ / | | | | | | into gleb.loc:/home/uchum/work/bk/5.1-opt
| * | Bug #30596 GROUP BY optimization gives wrong result ordermhansson/martin@linux-st28.site2007-08-271-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | The optimization that uses a unique index to remove GROUP BY, did not ensure that the index was actually used, thus violating the ORDER BY that is impled by GROUP BY. Fixed by replacing GROUP BY with ORDER BY if the GROUP BY clause contains a unique index. In case GROUP BY ... ORDER BY null is used, GROUP BY is simply removed.
* | | Merge amd64.(none):/src/mysql-5.1-maintiggy@amd64.(none)2007-08-031-0/+3
|\ \ \ | | | | | | | | | | | | into amd64.(none):/src/mysql-5.1-build_29903
| * | | Bug#29903 The CMake build method does not produce the embedded library.iggy@amd64.(none)2007-08-031-0/+3
| | | | | | | | | | | | | | | | - Changes to correct and test Windows embedded build.
* | | | Merge bk-internal:/home/bk/mysql-5.1-marveldf@pippilotta.erinye.com2007-08-031-0/+2
|\ \ \ \ | |/ / / |/| | | | | | | into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build-marvel-engines
| * | | Don't save & restore time fields from thd when it's not needed.monty@mysql.com/nosik.monty.fi2007-08-021-0/+1
| | | | | | | | | | | | | | | | Added back setting of 'some_tables_deleted' to not cause deadlocks in mysql_lock_table()
| * | | Added support for 'internal temporary tables' in HEAP tables.monty@mysql.com/nosik.monty.fi2007-07-251-0/+1
| | | | | | | | | | | | | | | | | | | | Now we don't take any mutexes when creating or dropping internal HEAP tables during SELECT. Change buffer sizes to size_t to make keycache 64 bit safe on platforms where sizeof(ulong) != sizeof(size_t)
* | | | Merge amd64.(none):/src/bug24732/my50-bug24732iggy@amd64.(none)2007-07-251-0/+1
|\ \ \ \ | |/ / / |/| / / | |/ / into amd64.(none):/src/bug24732/my51-bug24732