Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ reset_buffer
Method
reset_buffer
sql/item.h:97–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
ValueBuffer(): Value(buffer, buffer_size)
96
{}
97
void reset_buffer()
98
{
99
m_string.set_buffer_if_not_allocated(buffer, buffer_size, &my_charset_bin);
100
}
101
};
102
103
Callers
1
send_result_set_row
Method · 0.80
Calls
1
set_buffer_if_not_allocated
Method · 0.45
Tested by
no test coverage detected