MySQL 8.3.0
Source Code Documentation
migrate_keyring.cc File Reference
#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")
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Variable Documentation

◆ log_debug

Log log_debug(std::cout, "DEBUG") ( std::cout  ,
"DEBUG"   
)

◆ log_error

Log log_error(std::cerr, "ERROR") ( std::cerr  ,
"ERROR"   
)

◆ log_info

Log log_info(std::cout, "NOTE") ( std::cout  ,
"NOTE"   
)

◆ log_warning

Log log_warning(std::cerr, "WARNING") ( std::cerr  ,
"WARNING"   
)