MCPcopy Create free account
hub / github.com/MariaDB/server / setup_writing

Method setup_writing

sql/sql_lifo_buffer.h:95–99  ·  view source on GitHub ↗

Specify where write() should get the source data from, as well as source data size. */

Source from the content-addressed store, hash-verified

93 data size.
94 */
95 void setup_writing(size_t len1, size_t len2)
96 {
97 size1= len1;
98 size2= len2;
99 }
100
101 /**
102 Specify where read() should store pointers to read data, as well as read

Callers 2

refill_bufferMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected