asfernandes
9b8410ec8f
increment build number
2004-09-26 14:04:46 +00:00
asfernandes
779b2480f7
increment build number
2004-09-26 14:04:40 +00:00
dimitr
a2f1c14bf8
increment build number
2004-09-26 12:37:29 +00:00
dimitr
0551c0fcb6
Fixed some issues with expression indices.
2004-09-26 12:37:24 +00:00
dimitr
9528b400c4
increment build number
2004-09-26 12:00:55 +00:00
dimitr
1faae184d4
Fixed my today's commit.
2004-09-26 12:00:37 +00:00
robocop
10fb722b27
increment build number
2004-09-26 11:23:34 +00:00
robocop
20b38f1aad
Got rid of spurious cast.
2004-09-26 11:23:32 +00:00
robocop
a14e632b5b
increment build number
2004-09-26 11:23:29 +00:00
robocop
ce912c6edf
increment build number
2004-09-26 11:19:34 +00:00
robocop
899a9f4ef1
increment build number
2004-09-26 11:18:35 +00:00
robocop
156b433415
increment build number
2004-09-26 11:17:43 +00:00
dimitr
bef9e3549b
increment build number
2004-09-26 09:49:19 +00:00
dimitr
7460be6611
1) Added AVL-binary tree implementation for the dirty page tree. Notes:
...
- old implementation is still in place and can be turned on (see BALANCED_DIRTY_PAGE_TREE macro)
- both implementations are unconditional to keep them in sync until the old one is dropped completely
2) Increased MAX_PAGE_BUFFERS to 128K (2GB for 16K page size)
2004-09-26 09:49:16 +00:00
robocop
5aa03d20d9
increment build number
2004-09-26 07:49:58 +00:00
robocop
939c35f6b0
increment build number
2004-09-26 07:49:57 +00:00
robocop
2dbd4ec1e5
increment build number
2004-09-26 07:48:32 +00:00
robocop
81f6ff0765
increment build number
2004-09-26 07:45:34 +00:00
robocop
8021b1db19
Redundant cast
2004-09-26 07:45:19 +00:00
robocop
6ab8a7fc59
increment build number
2004-09-26 07:42:55 +00:00
robocop
39d5047bd0
increment build number
2004-09-26 07:41:42 +00:00
robocop
78d9a87427
increment build number
2004-09-26 07:38:51 +00:00
robocop
f073fe1754
increment build number
2004-09-26 07:33:33 +00:00
robocop
6a001db37a
increment build number
2004-09-26 07:32:29 +00:00
robocop
317160c8a6
increment build number
2004-09-26 07:32:27 +00:00
robocop
08bc4e50ce
increment build number
2004-09-26 07:31:41 +00:00
robocop
1fbbd19489
increment build number
2004-09-26 07:24:13 +00:00
robocop
f5530981b2
Use exact_name instead of name_length with custom code
2004-09-26 07:24:04 +00:00
asfernandes
8dbf81f9f0
increment build number
2004-09-26 02:57:44 +00:00
robocop
883637004a
increment build number
2004-09-26 01:49:55 +00:00
robocop
88d59606be
increment build number
2004-09-26 01:49:54 +00:00
robocop
840bf14b36
If we are using namespace fb_utils, it doesn't make sense to prefix functions in it with fb_ again. Mechanical replacement made one by one (no bulk automatic changes).
2004-09-26 01:49:52 +00:00
robocop
193d0944bf
increment build number
2004-09-26 01:49:50 +00:00
robocop
92947cd917
increment build number
2004-09-26 01:49:47 +00:00
robocop
dbbf1dda02
increment build number
2004-09-26 01:49:37 +00:00
robocop
45c34a4d1a
increment build number
2004-09-26 01:46:34 +00:00
fsg
041ee76d01
increment build number
2004-09-26 01:12:02 +00:00
fsg
313712fba1
increment build number
2004-09-26 01:11:19 +00:00
asfernandes
3f75fa13fe
increment build number
2004-09-26 00:59:36 +00:00
asfernandes
91fdf5876d
increment build number
2004-09-26 00:59:30 +00:00
asfernandes
c8dcf2cd89
increment build number
2004-09-26 00:59:29 +00:00
asfernandes
cd90d2120c
increment build number
2004-09-26 00:59:19 +00:00
asfernandes
f8bd945884
increment build number
2004-09-26 00:58:57 +00:00
asfernandes
1333e0af2f
increment build number
2004-09-26 00:58:44 +00:00
skidder
be6645d596
increment build number
2004-09-25 20:29:54 +00:00
skidder
497c601acc
Reading memory after the end of array is generally bad practice. Avoid it.
2004-09-25 20:29:51 +00:00
dimitr
da77375d69
increment build number
2004-09-25 19:38:42 +00:00
asfernandes
96f413cc99
increment build number
2004-09-25 19:19:51 +00:00
robocop
5171595664
increment build number
2004-09-25 10:28:12 +00:00
robocop
70b41bb3a4
increment build number
2004-09-25 10:28:10 +00:00
robocop
7dcb66a250
When you call va_start, call va_end, don't assume it does nothing because some platforms don't have code for it!
...
Changed some sprintf to SNPRINTF. Work in progress WRT wrapper for this function.
2004-09-25 10:28:09 +00:00
robocop
bac3da8c72
increment build number
2004-09-25 10:28:02 +00:00
robocop
d44f604668
increment build number
2004-09-25 10:27:36 +00:00
robocop
ee4e44df89
increment build number
2004-09-25 10:27:35 +00:00
robocop
9684ec0eea
increment build number
2004-09-25 10:27:29 +00:00
robocop
16dfc501c1
Close vulnerability #2 in gds__interprete's new version.
...
Work in progress (regarding SNPRINTF wrapper, too).
2004-09-25 10:23:41 +00:00
robocop
c9c4b5c2da
increment build number
2004-09-25 10:20:02 +00:00
robocop
d293b51c50
Things that don't change are const
2004-09-25 10:19:50 +00:00
fsg
1cfd5353d7
increment build number
2004-09-25 01:10:21 +00:00
fsg
878e78fa0b
increment build number
2004-09-25 01:09:38 +00:00
hvlad
0545a9d4e8
increment build number
2004-09-24 15:48:23 +00:00
hvlad
799d2d9e39
Don't rollback prepared 2PC sub-transaction
2004-09-24 15:48:20 +00:00
hvlad
09fc3117db
increment build number
2004-09-24 15:45:05 +00:00
hvlad
025d2fd5ee
increment build number
2004-09-24 15:39:04 +00:00
hvlad
2aa0aeebbb
increment build number
2004-09-24 15:39:03 +00:00
hvlad
24bdb840b9
increment build number
2004-09-24 15:33:19 +00:00
robocop
ffc62bae30
increment build number
2004-09-24 06:48:31 +00:00
robocop
2563e235ec
increment build number
2004-09-24 06:48:29 +00:00
robocop
1d5c1da34f
increment build number
2004-09-24 06:42:41 +00:00
robocop
4eefd6d63e
Totally misc
2004-09-24 06:40:13 +00:00
robocop
1092e91420
increment build number
2004-09-24 06:40:12 +00:00
fsg
ca723adf10
increment build number
2004-09-24 01:09:47 +00:00
arnobrinkman
f23e94ddfe
increment build number
2004-09-24 00:11:41 +00:00
arnobrinkman
3a5cec7e97
1) Add filename and linenumber to loginformation for ERR_BUGCHECK
...
2) Fix some index bugs and little refactoring
2004-09-24 00:11:32 +00:00
robocop
12773fc1ae
increment build number
2004-09-23 07:41:48 +00:00
alexpeshkoff
bbc5dce38e
increment build number
2004-09-23 07:03:19 +00:00
alexpeshkoff
d5ecadf73a
increment build number
2004-09-23 07:03:15 +00:00
dimitr
fb791681ea
increment build number
2004-09-23 05:21:38 +00:00
dimitr
f576ebbec7
Fixed bug with DELETE against naturally updatable views.
2004-09-23 05:21:32 +00:00
robocop
77801ac226
increment build number
2004-09-23 04:53:15 +00:00
robocop
3cc6f73ef5
increment build number
2004-09-23 04:51:56 +00:00
fsg
a373cdaf7f
increment build number
2004-09-23 01:08:03 +00:00
dimitr
0d72f4e3fb
increment build number
2004-09-22 20:33:15 +00:00
robocop
a9b3a6937b
increment build number
2004-09-22 11:07:58 +00:00
robocop
9426740414
increment build number
2004-09-22 08:56:07 +00:00
robocop
1563cd7761
First attempt to close vulnerability reported by Daniel Urban
2004-09-22 08:56:04 +00:00
robocop
508b165fa4
increment build number
2004-09-22 08:54:43 +00:00
robocop
db3f880625
increment build number
2004-09-22 08:54:38 +00:00
robocop
dcf8791bc5
increment build number
2004-09-22 08:52:54 +00:00
robocop
9131870b50
increment build number
2004-09-22 08:49:54 +00:00
dimitr
d708f87427
increment build number
2004-09-22 07:37:15 +00:00
dimitr
87c1305c03
Removed compile-time upper bound checks.
...
Limited the SUBSTRING result by 32k characters.
2004-09-22 07:36:55 +00:00
dimitr
e6899db2a7
increment build number
2004-09-22 06:54:22 +00:00
robocop
b06f132488
increment build number
2004-09-22 01:59:41 +00:00
robocop
e6cb17cac6
Vulnerability reported by Daniel Urban.
...
First step: reorganize code.
Please do a full rebuild after retrieving those changes.
2004-09-22 01:59:39 +00:00
robocop
921f83b8b7
increment build number
2004-09-22 01:59:36 +00:00
robocop
0f5081be90
increment build number
2004-09-22 01:59:35 +00:00
robocop
5d66df3c10
increment build number
2004-09-22 01:59:26 +00:00
robocop
0c64449613
increment build number
2004-09-22 01:59:01 +00:00
robocop
326072540c
increment build number
2004-09-22 01:58:54 +00:00