8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-30 09:23:09 +01:00
Commit Graph

667 Commits

Author SHA1 Message Date
robocop
72293a7f69 Style. 2009-06-24 12:11:17 +00:00
robocop
6bf88e472a Style. 2009-06-23 14:45:39 +00:00
robocop
2a8bb95ff4 CORE-1411 and CORE-1412. 2009-06-23 14:45:20 +00:00
robocop
10c08b5c2c Style. 2009-06-22 08:55:54 +00:00
hvlad
b0d1a53c8c Fixed bug CORE-2519 : GSTAT output is incorrect for tables with more than 2 billion records 2009-06-21 16:41:33 +00:00
asfernandes
dfec954860 Revert this change. HEAD was fine. 2009-06-19 14:38:23 +00:00
paulbeach
6c773c109d O_DIRECT and MacOSX problem (lack of) - better ifdefs (I hope) 2009-06-19 14:14:31 +00:00
paulbeach
fa6e39de52 O_DIRECT and MacOSX problem (lack of) 2009-06-19 13:04:30 +00:00
asfernandes
78f400fc5b Misc 2009-06-09 00:56:58 +00:00
robocop
b4a695a031 Misc. 2009-06-08 12:15:19 +00:00
robocop
913ded5189 in_sw_tab_t data member in_sw_state is bool. 2009-06-07 10:13:57 +00:00
robocop
2e3ce0d23d Misc. 2009-06-07 09:49:58 +00:00
asfernandes
f8eb935eb7 Misc 2009-06-06 18:13:57 +00:00
robocop
68f44cb6a6 Misc. 2009-06-02 09:18:59 +00:00
robocop
51d3c9b756 Let's use more typical #ifdef to test macros instead o #if. 2009-05-29 11:27:41 +00:00
asfernandes
b8c3b0dda6 Misc 2009-05-27 01:36:00 +00:00
asfernandes
2cafed53f7 Fix AV in trace when UNICODE collation is not found - thanks to Alex 2009-05-27 00:09:52 +00:00
robocop
9c79a67883 Style. 2009-05-25 07:32:39 +00:00
robocop
c7b74a3144 Style. 2009-05-24 05:24:59 +00:00
asfernandes
8595742987 Misc 2009-05-20 00:45:45 +00:00
robocop
4bae43779f Some #if should be #ifdef instead. 2009-05-17 11:25:50 +00:00
robocop
4d468895ea Misc & style. 2009-05-17 11:20:43 +00:00
alexpeshkoff
e6cf9a69be Fixed bug, reported by Dmitry privately - in isc_sync per attachment buffer can not be used for strings 2009-05-08 08:36:18 +00:00
robocop
4120f2c768 More constants instead of hardcoded numbers. 2009-05-06 09:18:21 +00:00
alexpeshkoff
cef41b3286 1. Solaric/Sparc SunProCC port.
2. Cleanup SOLARIS_MT threading model.
2009-05-05 08:06:37 +00:00
asfernandes
38a2912669 Misc 2009-05-03 21:57:13 +00:00
robocop
8edd8a7cd9 Style and misc. 2009-05-03 14:19:35 +00:00
robocop
7a60a85ff9 Misc. 2009-05-03 14:09:40 +00:00
robocop
e5b226f7a7 More unused params; style. 2009-05-02 13:00:09 +00:00
robocop
66b1227b22 Unused params, some formatting, cleanup. 2009-05-01 17:21:36 +00:00
robocop
2d7cb94844 Unused params
Some BLR checks
2009-04-28 13:08:04 +00:00
alexpeshkoff
27cfaa8c45 Solaris port 2009-04-28 10:57:59 +00:00
robocop
6016b5b6c0 Misc. 2009-04-26 13:51:56 +00:00
robocop
888000e21e Unused function params. 2009-04-26 10:24:44 +00:00
asfernandes
7be7979f3f Misc 2009-04-25 20:36:07 +00:00
robocop
679c73f358 Delete unused function params 2009-04-24 15:52:40 +00:00
alexpeshkoff
f4ac9d56b5 More posix_fadvise related improvements, misc 2009-04-23 11:07:17 +00:00
alexpeshkoff
af23324f8c posix_fadvise() does not return error code in errno 2009-04-22 06:59:26 +00:00
alexpeshkoff
25bd6e8ca5 Trivial replacement at utilities level for complete server-side function 2009-04-16 11:51:56 +00:00
robocop
1452ca21c1 Misc. 2009-04-15 06:40:17 +00:00
asfernandes
f87989041b Avoid temporary string creation - thanks to Claudio 2009-04-08 00:47:08 +00:00
asfernandes
da1eaae928 1) Improvement CORE-2404 - Match database names using correct INTL and platform rules for trace
2) Small INTL refactoration
2009-04-04 22:38:56 +00:00
asfernandes
f6f364da49 Trim trailling spaces 2009-04-04 16:39:31 +00:00
alexpeshkoff
35a6b10918 Removed debug print 2009-04-03 09:39:18 +00:00
hvlad
6082b218be Correct processing of escaped backslash when expanding logfile name pattern.
Bit better error message when regexp processing in trace config is failed.
2009-03-26 22:28:21 +00:00
asfernandes
38ac4ab183 Use SIMILAR TO regexp (with sed syntax for replacements) for trace config 2009-03-26 16:33:21 +00:00
hvlad
75e2751c50 Remove code already present in ISC_mutex_init, thanks to Adriano.
Remove some debugging code.
2009-03-13 13:41:08 +00:00
asfernandes
5f74beed6d Misc 2009-03-13 02:43:04 +00:00
asfernandes
a72750038a Do not use namespaces in header files 2009-03-13 02:35:47 +00:00
alexpeshkoff
816fa4d309 Fixed platforms that do not have O_NOATIME option 2009-03-12 12:04:41 +00:00