- Sep 06, 2012
-
-
Dmitry E. Oboukhov authored
-
- Sep 04, 2012
-
-
Dmitry E. Oboukhov authored
-
- Aug 31, 2012
-
-
Dmitry E. Oboukhov authored
-
Konstantin Osipov authored
-
- Aug 30, 2012
-
-
Konstantin Osipov authored
Split the rollback queue around the first not written request, not around the first request in the batch. In case of a partial write we may have written a few requests at the head of the batch.
-
Konstantin Osipov authored
A fix and a test case for Bug#1043858 "server crash on lua stack overflow on CentOS 5.4" Workaround a bug in libobjc2 which would mistakenly try to catch a foreign exception in @catch (id e) frame, when there is a @finally down the stack. A test case is added to the test suite. A refined test case is sent to the libobjc2 maintainer.
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
console client log flush prior to close.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Make sure we don't crash on NULL argument of error().
-
Dmitry E. Oboukhov authored
-
Dmitry Simonenko authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Dmitry E. Oboukhov authored
-
- Aug 29, 2012
-
-
Konstantin Osipov authored
-
Aleksey Demakov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
The wal writer thread could write a wrong fiber name into the log, when logging about WAL rotation. vsay() takes the current fiber name from a global variable, and it's changed dynamically by the concurrent thread (the front end thread).
-
Dmitry E. Oboukhov authored
-
- Aug 28, 2012
-
-
Konstantin Osipov authored
Conflicts: test/box/lua.result
-
Konstantin Osipov authored
Fix coding style, add comments, remove an unused variable (int raise).
-
Konstantin Osipov authored
A fix and a test case for Bug#1042738 "Tree iterator over entire range gives a spurious error" We didn't look at part_count in num32_key_node_cmp, and thus could produce wrong comparison result if part_count was 0. To be on the safe side, zero key parts even if part count is 0 (this is what we do elsewhere as well). Cleanup: make sure you can run box_big/lua.test many times.
-
Dmitry E. Oboukhov authored
-
Konstantin Osipov authored
Fix a memory leak in Lua stored procedures introduced when cherry-picking changes from the old net-split tree. Make a palloc savepoint *before* we allocate txn and port, to make sure txn and port memory is freed when rolling back to the palloc savepoint. Otherwise a long-running Lua procedure (e.g. background fiber) can keep allocating palloc memory indefinitely.
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
- Aug 27, 2012
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Don't log an error when replication relay sees a partially read row. This is not a corrupted log file, it's just a partial write by the wal writer.
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
- Aug 25, 2012
-
-
Konstantin Osipov authored
-