![]()  | 
  
    MySQL 8.4.7
    
   Source Code Documentation 
   | 
 
#include <cstdlib>#include <iostream>#include <memory>#include <string>#include <my_dbug.h>#include <my_sys.h>#include <scope_guard.h>#include "components.h"#include "options.h"#include "utilities.h"Classes | |
| class | Migration_setup | 
Functions | |
| int | main (int argc, char **argv) | 
Variables | |
| Log | log_debug (std::cout, "DEBUG") | 
| Log | log_info (std::cout, "NOTE") | 
| Log | log_warning (std::cerr, "WARNING") | 
| Log | log_error (std::cerr, "ERROR") | 
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
| Log log_debug(std::cout, "DEBUG") | ( | std::cout | , | 
| "DEBUG" | |||
| ) | 
| Log log_error(std::cerr, "ERROR") | ( | std::cerr | , | 
| "ERROR" | |||
| ) | 
| Log log_info(std::cout, "NOTE") | ( | std::cout | , | 
| "NOTE" | |||
| ) | 
| Log log_warning(std::cerr, "WARNING") | ( | std::cerr | , | 
| "WARNING" | |||
| ) |