#include <mysql_runtime_error_imp.h>
 | 
| static void  | emit (int id, int flags, va_list args) noexcept | 
|   | It calls the server SQL error generation function and adds the error into the THD's error context.  More...
  | 
|   | 
◆ emit()
  
  
      
        
          | void mysql_server_runtime_error_imp::emit  | 
          ( | 
          int  | 
          id,  | 
         
        
           | 
           | 
          int  | 
          flags,  | 
         
        
           | 
           | 
          va_list  | 
          args  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
staticnoexcept   | 
  
 
It calls the server SQL error generation function and adds the error into the THD's error context. 
- Parameters
 - 
  
    | id | error id is used to retrieve the error description.  | 
    | flags | this will tell, whether the error is a fatal statement error or write the error to error log file.  | 
    | args | variable list which holds error message format string  | 
  
   
 
 
The documentation for this class was generated from the following files: