SQLite

All files named ”src/test_multiplex.h”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for src/test_multiplex.h

2023-06-07
08:40
[f0ff5b6f44] part of check-in [26c1bb4bd9] Add a C-source spell-checking facility. make misspell (on Nix) (check-in: [26c1bb4bd9] user: larrybr branch: spell-check, size: 3047)
2016-07-09
16:14
[5436d03f2d] part of check-in [5471aca015] Fix various internal #defines to conform to new C-language naming restrictions, specifically that private-use macros names must not begin with "_". (check-in: [5471aca015] user: drh branch: trunk, size: 3058)
2014-07-30
15:43
[c08e4e8f86] part of check-in [c7303d0139] Add the "eForce" parameter to the sqlite3_multiplex_shutdown() entry point in test_multiplex.c. Shutdown is forced if true. Shutdown is not done if there are pending database connections and eForce is false, but an error log entry is made instead. (check-in: [c7303d0139] user: drh branch: trunk, size: 3040)
2013-08-07
14:18
[110a8c4d35] part of check-in [0ad83ceb79] Add a guard #ifndef to test_intarray.h to prevent harm if it is #included more than once. Add a comment on the closing #endif of the guards on sqlite3.h and test_multiplex.h. (check-in: [0ad83ceb79] user: drh branch: trunk, size: 3034)
2012-10-29
14:27
[9b63b95f07] part of check-in [cbd8fddf3b] Make the multiplexor and the IntArray extensions callable from C++. (check-in: [cbd8fddf3b] user: drh branch: trunk, size: 3010)
2011-04-01
14:22
[e99c571bc4] part of check-in [718f1ad7df] Removed dependency on sqliteInt.h so that multiplex VFS shim can be compiled as loadable module. (check-in: [718f1ad7df] user: shaneh branch: multiplex-enhancements, size: 2904)
2011-03-31
13:14
[bf7b2d3036] part of check-in [fee9734c19] Add tests and fixes for SELECT multiplex_control(op, val); (check-in: [fee9734c19] user: shaneh branch: multiplex-enhancements, size: 2905)
05:31
[7bb4e7505e] part of check-in [36e364a3fe] Additional test cases; Round chunk size up to a multiple of max page size; (check-in: [36e364a3fe] user: shaneh branch: multiplex-enhancements, size: 2902)
2011-03-29
05:06
Added: [22238a3286] part of check-in [bc02d0c193] In-progress changes - do not use; Removed prefix support; Added file control interface to enable/disable and adjust chunk size; added app-def function for same; (check-in: [bc02d0c193] user: shaneh branch: multiplex-enhancements, size: 1473)