mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 15:50:51 +03:00 
			
		
		
		
	Added magic number to binlog
sql/log_event.cc
    distinquish bogus data from truncated logs
sql/log_event.h
    added magic number
    added LOG_READ_TRUNC error
sql/mysqlbinlog.cc
    fixed to handle magic number
    added O_BINARY to my_fopen
sql/mysqld.cc
    added code for replicate-rewrite-db
sql/slave.cc
    replicate-rewrite-db
    O_BINARY
    handle magic
sql/sql_class.h
    added i_string_pair class
sql/sql_repl.cc
    added magic
    better error messages
support-files/magic
    added magic for binlog
Added test case for replication of queries with error
sql/log.cc:
  Added magic number to binlog
sql/log_event.cc:
  distinquish bogus data from truncated logs
sql/log_event.h:
  added magic number
  added LOG_READ_TRUNC error
sql/mysqlbinlog.cc:
  fixed to handle magic number
  added O_BINARY to my_fopen
sql/mysqld.cc:
  added code for replicate-rewrite-db
sql/slave.cc:
  replicate-rewrite-db
  O_BINARY
  handle magic
sql/sql_class.h:
  added i_string_pair class
sql/sql_repl.cc:
  added magic
  better error messages
support-files/magic:
  added magic for binlog
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			773 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			773 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #
 | |
| # Add the following to the end of your /etc/magic file to get the 'file'
 | |
| # command to recognize some MySQL files.
 | |
| #
 | |
| 0       beshort           0xfe01        MySQL table definition file
 | |
| >2      byte            x               Version %d
 | |
| 0       belong&0xffffff00 0xfefe0300    MySQL MISAM index file
 | |
| >3      byte            x               Version %d
 | |
| 0       belong&0xffffff00 0xfefe0700    MySQL MISAM compressed data file
 | |
| >3      byte            x               Version %d
 | |
| 0       belong&0xffffff00 0xfefe0500    MySQL ISAM index file
 | |
| >3      byte            x               Version %d
 | |
| 0       belong&0xffffff00 0xfefe0600    MySQL ISAM compressed data file
 | |
| >3      byte            x               Version %d
 | |
| 0       string           \376bin        MySQL replication log
 |