[MCOL-1280] MCSAPI C++ documentation, example incorrect Created: 2018-03-16  Updated: 2023-10-26  Resolved: 2018-03-19

Status: Closed
Project: MariaDB ColumnStore
Component/s: None
Affects Version/s: 1.1.3
Fix Version/s: 1.1.4

Type: Bug Priority: Trivial
Reporter: Jens Röwekamp (Inactive) Assignee: Andrew Hutchings (Inactive)
Resolution: Fixed Votes: 0
Labels: documentation

Sprint: 2018-06

 Description   

In the C++ documentation there is an error in the ColumnStoreDriver examples.

Currently:

...
int main(void)
{
  ColumnStoreDriver* driver = nullptr;
 try {
...

should be:

...
int main(void)
{
  mcsapi::ColumnStoreDriver* driver = nullptr;
 try {
...



 Comments   
Comment by Andrew Hutchings (Inactive) [ 2018-03-19 ]

Fixed, closing issue as it is a minor documentation fix.

Generated at Thu Feb 08 02:27:34 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.