heikki@hundin.mysql.fi
de8058630d
univ.i:
...
Do not use __builtin_expect etc. with the Intel ICC compiler, as the compiler crashed in btr0cur.c; the patch was submitted by Axel Schwenke (Bug #11510 )
2005-08-17 18:15:50 +03:00
osku@127.(none)
b1c81e43ac
Merge osalerma@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into 127.(none):/home/osku/mysql-5.0
2005-08-12 11:40:02 +03:00
osku@127.(none)
04056ffd3d
InnoDB: Print more than 300 characters of queries in various error conditions,
...
most notably deadlocked ones in SHOW INNODB STATUS. Fixes bug #7819 .
2005-08-12 11:39:19 +03:00
vtkachenko@quadxeon.mysql.com
fc22a36d78
set_var.cc, mysqld.cc, ha_innodb.h, ha_innodb.cc, srv0srv.c, srv0srv.h:
...
Added innodb_commit_concurrency variable
2005-08-11 18:03:01 +02:00
konstantin@mysql.com
8392a814af
A fix and a test case for Bug#12243 "MySQL Server crashes with 2
...
cursors (+ commit)" and Bug#11832 "Server crash with InnoDB + Cursors"
See comments to the changed files.
2005-08-10 18:36:13 +04:00
heikki@hundin.mysql.fi
34e9cdd500
Merge hundin.mysql.fi:/home/heikki/mysql-4.1
...
into hundin.mysql.fi:/home/heikki/mysql-5.0
2005-08-03 18:30:24 +03:00
heikki@hundin.mysql.fi
82b2a0a366
buf0buf.c:
...
Fix a bug: InnoDB could in a crash recovery print a big false corruption warning if the first page of an ibdata file was 'recreated' in the buffer pool; this could happen, for example, if a table was dropped, and the page used later
2005-08-03 18:21:38 +03:00
heikki@hundin.mysql.fi
74fd4504bb
Many files:
...
Push the patch of Jan Lindstrom: better comments
ha_innodb.cc:
Partial fix for Bug #12263 : we let InnoDB always to perform a rollback on the trx object if MySQL closes a connection; but we do print a warning to the .err log if an InnoDB transaction was active; we may remove that print later, since the situation really is not a bug; MySQL just is not aware that some cursor operation started an InnoDB transaction
2005-08-03 17:09:21 +03:00
marko@hundin.mysql.fi
f0f2738c4c
row0sel.c:
...
row_sel_store_mysql_rec(): Make comment about space padding
more accurate.
2005-07-28 13:15:36 +03:00
marko@hundin.mysql.fi
4b0d6a3877
row_sel_store_mysql_rec(): Convert NULL true VARCHAR columns
...
correctly.
2005-07-28 12:30:52 +03:00
marko@hundin.mysql.fi
5dd8eeef3a
Merge hundin.mysql.fi:/home/marko/mysql-4.1
...
into hundin.mysql.fi:/home/marko/mysql-5.0
2005-07-26 14:43:48 +03:00
marko@hundin.mysql.fi
a89939c8e7
InnoDB: Do not flush after each write, not even when creating the
...
data files. Previously, writes were flushed until the doublewrite
buffer was created. That would be too slow on systems where
os_file_flush() [or fsync(2)] is slow. (Bug #12125 )
2005-07-26 14:03:34 +03:00
jan@hundin.mysql.fi
7d5e724c40
Implement MySQL framework to support consistent read views in
...
cursors for InnoDB. The idea of the patch is that if MySQL requests
a consistent read view, we open one when open a cursor, set is as the
active view to a transaction when fetch from the cursor, and close
together with cursor close. This patch is associated to bugs #11813 ,
#11832 , and #11833 . Contains after review fixes.
2005-07-22 14:10:03 +03:00
kent@mysql.com
b598c67eba
sync0sync.c, sync0sync.h:
...
Declare 'mutex_list' and 'mutex_list_mutex' extern,
to avoid link error on OS X and gcc flag "-fno-common"
2005-07-21 18:05:10 +02:00
marko@hundin.mysql.fi
006bb7bbc9
InnoDB: Make the srv_thread_concurrency checks more consistent.
2005-07-06 09:38:31 +03:00
marko@hundin.mysql.fi
3760b8acfe
InnoDB: Fix compile-pentium-debug-max compilation problem.
2005-07-05 12:10:20 +03:00
marko@hundin.mysql.fi
774916a902
Merge marko@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into hundin.mysql.fi:/home/marko/mysql-5.0-current
2005-07-04 16:12:08 +03:00
heikki@hundin.mysql.fi
8bc2fbb0f8
row0sel.c:
...
Optimize speed: no need to keep track of set new rec locks in a consistent read
2005-07-02 00:39:47 +03:00
heikki@hundin.mysql.fi
44c0f57d53
trx0trx.h, trx0trx.ic, row0mysql.c:
...
Fix another bug in the fix of Bug #3300
2005-07-01 22:53:08 +03:00
heikki@hundin.mysql.fi
50eab8cf01
trx0trx.ic, trx0trx.h:
...
Fix bug in the Bug #3300 bug fix
2005-07-01 21:06:23 +03:00
heikki@hundin.mysql.fi
4fe03b705a
Many files:
...
Fix Bug #3300 : if innodb_locks_unsafe_for_binlog is set, release locks on rows that we do not UPDATE or DELETE
2005-07-01 20:44:35 +03:00
marko@hundin.mysql.fi
d115c0d629
InnoDB: Fix a bug in BLOB handling; optimize null flag handling.
2005-06-30 13:20:38 +03:00
marko@hundin.mysql.fi
efba4c3e9e
InnoDB: Optimize page_cur_search_with_match().
2005-06-30 11:15:06 +03:00
marko@hundin.mysql.fi
d4901de808
Merge hundin.mysql.fi:/home/marko/mysql-4.1
...
into hundin.mysql.fi:/home/marko/mysql-5.0-current
2005-06-28 10:51:01 +03:00
heikki@hundin.mysql.fi
b3f1c60ed9
Many files:
...
Remove compiler warnings on Windows - Bug #11580
2005-06-27 18:58:32 +03:00
marko@hundin.mysql.fi
99efe90098
InnoDB: After review fixes
2005-06-27 17:25:37 +03:00
marko@hundin.mysql.fi
8064ee217f
InnoDB: Optimize the extension of files. This will greatly speed
...
up CREATE TABLE in innodb_file_per_table=1 mode.
2005-06-27 17:04:57 +03:00
heikki@hundin.mysql.fi
8414902ab6
Merge heikki@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into hundin.mysql.fi:/home/heikki/mysql-5.0
2005-06-27 11:01:03 +03:00
svoj@mysql.com
367017d630
WL#2286 - Compile MySQL w/YASSL support
...
Fix for compilation failure with Forte Developer C++.
2005-06-23 21:29:44 +05:00
heikki@hundin.mysql.fi
2358cb0895
Merge heikki@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into hundin.mysql.fi:/home/heikki/mysql-5.0
2005-06-22 20:07:31 +03:00
marko@hundin.mysql.fi
5f2ddcf580
InnoDB: Remove compilation warnings and errors on SGI IRIX.
2005-06-22 12:51:00 +03:00
marko@hundin.mysql.fi
eb42421e4a
InnoDB: Replace for loops with memset() where possible.
2005-06-22 12:36:24 +03:00
marko@hundin.mysql.fi
94b1429459
InnoDB: Correct a function comment.
2005-06-22 12:02:31 +03:00
heikki@hundin.mysql.fi
1148e3ce44
Merge heikki@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into hundin.mysql.fi:/home/heikki/mysql-5.0
2005-06-21 20:15:22 +03:00
marko@hundin.mysql.fi
8cff472a83
log0log.c:
...
log_checkpoint_margin(): Correct a typo that was introduced
when fixing gcc 4.0 warnings.
2005-06-21 14:55:20 +03:00
marko@hundin.mysql.fi
a5cbbb7031
InnoDB: Remove some warnings reported by GCC 4.0.0.
2005-06-21 11:49:55 +03:00
marko@hundin.mysql.fi
e992adcb3f
Merge hundin.mysql.fi:/home/marko/mysql-5.0
...
into hundin.mysql.fi:/home/marko/mysql-5.0-current
2005-06-21 07:36:18 +03:00
marko@hundin.mysql.fi
f70798884c
InnoDB: Remove warnings detected by GCC 4.0.0
2005-06-20 11:06:20 +03:00
marko@hundin.mysql.fi
85515b579e
InnoDB: remove flag lock_print_waits from non-debug builds.
2005-06-17 15:29:03 +03:00
heikki@hundin.mysql.fi
f3493ee6f7
trx0undo.c:
...
Apply manually Jan's patch to remove 64-Windows compiler warnings that were reported by Georg Richter
2005-06-17 15:08:57 +03:00
marko@hundin.mysql.fi
d3d5d6b075
pars0lex.l:
...
Add one more step to the patching instructions.
lexyy.c:
Fix a Win64 type conversion warning
2005-06-17 12:00:05 +03:00
marko@hundin.mysql.fi
a5025b8ebe
InnoDB: After review fixes
2005-06-16 16:59:49 +03:00
marko@hundin.mysql.fi
f11bbee74f
InnoDB: Fix ut0dbg compilation errors on NetWare
2005-06-16 15:00:25 +03:00
marko@hundin.mysql.fi
4ef632ba3b
InnoDB: Remove unreachable debug code from non-debug builds.
2005-06-15 12:50:27 +03:00
marko@hundin.mysql.fi
9084d3dd68
InnoDB: Cleanup and after review fixes.
2005-06-14 12:21:40 +03:00
marko@hundin.mysql.fi
40516ad80c
InnoDB: Remove unreferenced debug functions from non-debug builds.
2005-06-13 11:39:31 +03:00
marko@hundin.mysql.fi
3cbaf365e6
InnoDB: Remove compiler warning
2005-06-10 15:55:00 +03:00
heikki@hundin.mysql.fi
6c38471e87
os0sync.c, os0file.c:
...
Apply Georg Richter's fixes to remove compilation errors on 64-bit Windows
2005-06-10 14:18:36 +03:00
marko@hundin.mysql.fi
92d5b7c0fd
InnoDB: minor clean-up in os0file
2005-06-10 14:00:53 +03:00
marko@hundin.mysql.fi
55c3936a5f
innobase/include/univ.i: Added some comments.
2005-06-10 12:29:35 +03:00