summaryrefslogtreecommitdiff
path: root/innobase/sync
Commit message (Collapse)AuthorAgeFilesLines
* Removed innobase/my_cnf, innobase/include/makefilewin.i,aivanov@mysql.com2005-10-261-14/+0
| | | | and innobase/*/makefilewin (which are unused now).
* Mergemonty@mysql.com2004-10-081-8/+7
|\
| * InnoDB: tolerate system clock glitches a little bettermarko@hundin.mysql.fi2004-10-071-8/+7
| | | | | | | | in the error monitor thread. (Bug #5898)
* | Merge with 4.0 for 4.1 releasemonty@mysql.com2004-10-061-4/+1
|\ \ | |/ | | | | | | | | | | Noteworthy: - New HANDLER code - New multi-update-grant-check code - Table lock code in ha_innodb.cc was not applied
| * sync0arr.c:heikki@hundin.mysql.fi2004-09-131-4/+1
| | | | | | | | Correct the comment on the 'waiting' field in sync_cell_struct
* | manual merged (blame me!)serg@serg.mylan2004-07-201-5/+7
|\ \ | |/
| * InnoDB: Increment the lock wait watchdog timeout during CHECK TABLEmarko@hundin.mysql.fi2004-07-121-5/+7
| | | | | | | | (Bug #2694)
* | Merge with 4.0.21monty@mysql.com2004-06-182-10/+2
|\ \ | |/
| * InnoDB: Revert most of ChangeSet@1.1772, as the debug functions maymarko@hundin.mysql.fi2004-06-162-10/+2
| | | | | | | | be needed when testing production releases
* | InnoDB cleanup:marko@hundin.mysql.fi2004-05-272-5/+5
| | | | | | | | | | | | Disable log archiving code unless #ifdef UNIV_LOG_ARCHIVE Remove (char*) casts of string constants; add const qualifiers Remove some Hot Backup code unless #ifdef UNIV_HOTBACKUP
* | Merge with 4.0 to get fixes for Windows project filesmonty@mysql.com2004-05-251-1/+0
|\ \ | |/
| * InnoDB cleanup: sync0arr.c: sync_array_cell_print(): Remove unused variable strmarko@hundin.mysql.fi2004-05-241-1/+0
| |
* | Merge with 4.0, mainly to get changes to windows project filesmonty@mysql.com2004-05-203-176/+3
|\ \ | |/
| * InnoDB: Remove unused module sync0ipmmarko@hundin.mysql.fi2004-05-173-176/+3
| |
* | InnoDB cleanup: eliminate IB__FILE__marko@hundin.mysql.fi2004-05-143-14/+15
| |
* | Merge with 4.0.19monty@mysql.com2004-05-052-4/+3
|\ \ | |/
| * InnoDB: make UNIV_SYNC_DEBUG useable againmarko@hundin.mysql.fi2004-04-282-4/+3
| |
* | After merge fixesmonty@mishka.local2004-04-272-0/+4
| | | | | | | | Changed 'SHOW FIELD STATUS' to use 'Engine' instead of 'Type'
* | Merge with 4.0monty@mishka.local2004-04-263-153/+144
|\ \ | |/
| * ha_innodb.cc, sync0sync.h, sync0sync.c:heikki@hundin.mysql.fi2004-04-091-0/+24
| | | | | | | | Use only noninlined InnoDB functions in ha_innodb.cc
| * InnoDB: Fix a preprocessor error introduced in ChangeSet 1.1772marko@hundin.mysql.fi2004-04-081-3/+4
| |
| * InnoDB: Remove debug functions unless #ifdef UNIV_DEBUGmarko@hundin.mysql.fi2004-04-072-2/+9
| |
| * InnoDB: send diagnostic output to stderr or filesmarko@hundin.mysql.fi2004-04-063-147/+105
| | | | | | | | instead of stdout or fixed-size memory buffers
* | Merge with 4.0monty@mysql.com2004-03-251-1/+1
|\ \ | |/
| * sync0sync.c:heikki@hundin.mysql.fi2004-03-221-1/+1
| | | | | | | | Actually, assembler is used onnly on 32-bit x86 Win, and no need to exclude Netware specifically
| * sync0sync.c:heikki@hundin.mysql.fi2004-03-221-1/+1
| | | | | | | | Fix typo __NETWARE --> __NETWARE__ in mutex creation
* | merge with 4.0monty@mysql.com2004-03-163-71/+74
|\ \ | |/
| * InnoDB: Replace ut_a(0) with ut_errormarko@hundin.mysql.fi2004-03-131-1/+1
| |
| * Allow UNIV_SYNC_DEBUG to be disabled while UNIV_DEBUG is enabledmarko@hundin.mysql.fi2004-03-123-69/+62
| |
| * sync0arr.c, os0file.h:heikki@hundin.mysql.fi2004-03-111-0/+11
| | | | | | | | Print always the count of pending pread() and pwrite() calls if there is a long semaphore wait
* | merge with 4.0monty@mashka.mysql.fi2004-02-221-40/+0
|\ \ | |/
| * Many files:marko@hundin.mysql.fi2004-02-201-40/+0
| | | | | | | | | | | | | | | | Removed unused code .del-os0trash.c~8cae5c1695501117: Delete: innobase/os/os0trash.c dict0crea.c: Protect all sprintf(%s) with assertions
* | merge with 4.0 to get security fixes and latest bug fixesmonty@mashka.mysql.fi2004-02-204-1397/+17
|\ \ | |/
| * Many files:marko@hundin.mysql.fi2004-02-192-17/+17
| | | | | | | | | | | | Remove leading whitespace from lines containing preprocessor directives Makefile.am: Remove univold.i and univoldmysql.i
| * Remove unnecessary filesmarko@hundin.mysql.fi2004-02-192-1380/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | .del-univoldmysql.i~9253a6f92058c565: Delete: innobase/include/univoldmysql.i .del-univold.i~4b5ed652407f63f1: Delete: innobase/include/univold.i .del-tsut.c~4a154913fc9cd5c0: Delete: innobase/ut/ts/tsut.c .del-makefile~9b8356bbdb8bd94e: Delete: innobase/ut/ts/makefile .del-tsttrxold.c~eb6fd6091405d54e: Delete: innobase/trx/ts/tsttrxold.c .del-tstrx.c~5425c98548ec1e0d: Delete: innobase/trx/ts/tstrx.c .del-makefile~16d63c17c8edf62a: Delete: innobase/trx/ts/makefile .del-tsthr.c~b095667070d626a9: Delete: innobase/thr/ts/tsthr.c .del-makefile~d5e4661188c1939d: Delete: innobase/thr/ts/makefile .del-tssync.c~fed4676cd4eb8457: Delete: innobase/sync/ts/tssync.c .del-makefile~f23368879649c806: Delete: innobase/sync/ts/makefile .del-tssrv.c~b8a6f5ad9ae639c8: Delete: innobase/srv/ts/tssrv.c .del-tsdbc.c~d36206bdccf338f: Delete: innobase/srv/ts/tsdbc.c .del-makefile~da6e87ef29c12dca: Delete: innobase/srv/ts/makefile .del-tstcur.c~a9d5cf73b020ec41: Delete: innobase/row/ts/tstcur.c .del-makefile~2cdfe39689004e6: Delete: innobase/row/ts/makefile .del-tsrem.c~bb4e1e2e8c2ee179: Delete: innobase/rem/ts/tsrem.c .del-makefile~3e48a33b4970faef: Delete: innobase/rem/ts/makefile .del-tspage.c~f5baf63f9924e43b: Delete: innobase/page/ts/tspage.c .del-makefile~66de73bc499566f9: Delete: innobase/page/ts/makefile .del-tsosaux.c~9ec97a83392a984c: Delete: innobase/os/ts/tsosaux.c .del-tsos.c~f6057d3c171f5915: Delete: innobase/os/ts/tsos.c .del-makefile~9a1d210afa6d666e: Delete: innobase/os/ts/makefile .del-tsmtr.c~293250c7ebfe0d3: Delete: innobase/mtr/ts/tsmtr.c .del-tsbuf.c~e8d15ee095194d2c: Delete: innobase/mtr/ts/tsbuf.c .del-makefile~fdf4c2a4ddb23230: Delete: innobase/mtr/ts/makefile .del-tsmem.c~cc483e2ab96e625c: Delete: innobase/mem/ts/tsmem.c .del-makefile~6d58ab1de0ac572: Delete: innobase/mem/ts/makefile .del-tsmach.c~af65166bb53ddfe9: Delete: innobase/mach/ts/tsmach.c .del-makefile~b8cbd25992ee51b: Delete: innobase/mach/ts/makefile .del-tsha.c~13dd5ea03fda370c: Delete: innobase/ha/ts/tsha.c .del-makefile~1bf12ce7b2dadfd5: Delete: innobase/ha/ts/makefile .del-tsfsp.c~890ead1636f0eaba: Delete: innobase/fsp/ts/tsfsp.c .del-makefile~a466e9eb27493a80: Delete: innobase/fsp/ts/makefile .del-del.c~35c6283be580200: Delete: innobase/fsp/ts/del.c .del-tsfil.c~e554b6f3c189c081: Delete: innobase/fil/ts/tsfil.c .del-makefile~1df6f952a960fef4: Delete: innobase/fil/ts/makefile .del-tsdyn.c~6f976764b53f3191: Delete: innobase/dyn/ts/tsdyn.c .del-makefile~f64427335fafdc65: Delete: innobase/dyn/ts/makefile .del-tsdict.c~5e82f7b8ac2b2e15: Delete: innobase/dict/ts/tsdict.c .del-makefile~6356c424e9747647: Delete: innobase/dict/ts/makefile .del-tscom.c~26aae2c5c4ca1dce: Delete: innobase/com/ts/tscom.c .del-tscli.c~2f3e4b281141eac2: Delete: innobase/com/ts/tscli.c .del-makefile~608fd39568db7238: Delete: innobase/com/ts/makefile .del-tsos.c~1dadfc1ef69f2ba3: Delete: innobase/buf/ts/tsos.c .del-tsbuf.c~b4c3feee158ef154: Delete: innobase/buf/ts/tsbuf.c .del-makefile~598acb06bf1e466: Delete: innobase/buf/ts/makefile .del-tscli.c~8d35740cc1f6f864: Delete: innobase/btr/ts/trash/tscli.c .del-tssrv.c~ee30b746c485aec: Delete: innobase/btr/ts/tssrv.c .del-tss.c~21ae628550141a68: Delete: innobase/btr/ts/tss.c .del-tsrecv97.c~dbeb3bc494b241c1: Delete: innobase/btr/ts/tsrecv97.c .del-tsrecv.c~3415f8a936a8d9fd: Delete: innobase/btr/ts/tsrecv.c .del-tscli.c~77fc1962db99aa2e: Delete: innobase/btr/ts/tscli.c .del-tsbtrold5.c~72a60e768c944904: Delete: innobase/btr/ts/trash/tsbtrold5.c .del-tsbtrins.c~3e3bb3f95f058b46: Delete: innobase/btr/ts/tsbtrins.c .del-TSIT.C~f53cce6fab8d325: Delete: innobase/btr/ts/trash/TSIT.C .del-tsbtrfull.c~fbcbe41b64cc71b6: Delete: innobase/btr/ts/tsbtrfull.c .del-tsbtr97.c~84dbb84ea9fa267c: Delete: innobase/btr/ts/tsbtr97.c .del-makefile~491918b4162b927c: Delete: innobase/btr/ts/makefile .del-isql.c~bc0b8cc213905175: Delete: innobase/btr/ts/isql.c
* | Merge with 4.0.18monty@mysql.com2004-02-111-1/+1
|\ \ | |/
| * Many files:heikki@hundin.mysql.fi2004-02-091-1/+1
| | | | | | | | | | | | Fix bug #2167: generate foreign key id's locally for each table, in the form databasename/tablename_ibfk_number; if the user gives the constraint name explicitly remember it; these changes should ensure that foreign key id's in a slave are the same as in the master, and DROP FOREIGN KEY does not break replication sync0sync.c: UNIV_SYNC_DEBUG caused assertion in the creation of the doublewrite buffer, if we do not allow thousands of latches per thread
* | Add cast of integer/longlong to (ulong) to make printf/sprintf 64 bit safemonty@mysql.com2003-12-203-38/+48
| | | | | | | | A after merge fix for last merge
* | Many files:heikki@hundin.mysql.fi2003-10-072-4/+29
|/ | | | | | | | Multiple tablespaces for InnoDB sql_table.cc: Tell explicitly that InnoDB should retrieve all columns in CHECKSUM TABLE sql_update.cc, sql_select.cc, my_base.h: More descriptive flag name HA_EXTRA_RETRIEVE_ALL_COLS
* sync0sync.c:heikki@hundin.mysql.fi2003-07-021-1/+1
| | | | Make execution with UNIV_SYNC_DEBUG faster
* Many files:heikki@hundin.mysql.fi2003-05-311-6/+21
| | | | Free all OS sync primitives and allocated memory in InnoDB shutdown
* - Fixed bug in "make DESTDIR=<dir> install" - the InnoDB staticlenz@mysql.com2003-04-101-1/+1
| | | | | | | libraries always ended up in "dir..", even though they were not supposed to be installed anyway (they are only required at link time). Fixed it by replacing libs_LIBRARIES with noinst_LIBRARIES for all InnoDB Makefile.am files and by removing "libsdir = " from innobase/include/Makefile.i .
* Fixes for Netwaremonty@mashka.mysql.fi2003-01-281-1/+1
| | | | | | | | Call pthread_mutex_destroy() on not used mutex. Changed comments in .h and .c files from // -> /* */ Added detection of mutex on which one didn't call pthread_mutex_destroy() Fixed bug in create_tmp_field() which causes a memory overrun in queries that uses "ORDER BY constant_expression" Added optimisation for ORDER BY NULL
* Many files:heikki@hundin.mysql.fi2002-10-292-7/+5
| | | | | | Merge InnoDB-4.0.5: new isolation levels READ COMMITTED and READ UNCOMMITTED now supported, selective deadlock resolution mysqld.cc: Change MySQL default isolation level to REPEATABLE READ; note that InnoDB has always had that default, and BDB and MyISAM always run at SERIALIZABLE level anyway
* Merge with 3.23.53monty@mashka.mysql.fi2002-09-111-1/+1
|\
| * sync0arr.c:heikki@hundin.mysql.fi2002-09-081-1/+1
| | | | | | | | Increase max latch wait time to 600 seconds before we assert
* | merge with 3.23.52monty@hundin.mysql.fi2002-08-083-32/+36
|\ \ | |/
| * Many files:heikki@hundin.mysql.fi2002-08-063-32/+36
| | | | | | | | Merge InnoDB-3.23.52d
* | Merge with 3.23.51monty@mashka.mysql.fi2002-07-252-35/+76
|\ \ | |/ | | | | Fixed wrong usage of sprintf() in ha_innodb.cc
| * Many files:heikki@hundin.mysql.fi2002-07-082-35/+76
| | | | | | | | Merge InnoDB-3.23.52b