mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 19:06:14 +01:00 
			
		
		
		
	 4333980a49
			
		
	
	
	4333980a49
	
	
	
		
			
			for ALTER TABLE, LOAD DATA).
ROW_COUNT is now assigned according to the following rules:
  - In my_ok():
    - for DML statements: to the number of affected rows;
    - for DDL statements: to 0.
  - In my_eof(): to -1 to indicate that there was a result set.
    We derive this semantics from the JDBC specification, where int
    java.sql.Statement.getUpdateCount() is defined to (sic) "return the
    current result as an update count; if the result is a ResultSet
    object or there are no more results, -1 is returned".
  - In my_error(): to -1 to be compatible with the MySQL C API and
    MySQL ODBC driver.
  - For SIGNAL statements: to 0 per WL#2110 specification. Zero is used
    since that's the "default" value of ROW_COUNT in the diagnostics area.
sql/protocol.cc:
  Fix a typo.
sql/sql_class.h:
  - Introduce THD::get_row_count_func() / THD::set_row_count_func();
  - Remove the CF_HAS_ROW_COUNT define
sql/sql_parse.cc:
  CF_HAS_ROW_COUNT was eliminated.
		
	
			
		
			
				
	
	
		
			1 line
		
	
	
	
		
			34 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			1 line
		
	
	
	
		
			34 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| --secure-file-priv=$MYSQL_TMP_DIR
 |