mirror of
				https://github.com/ElvishArtisan/rivendell.git
				synced 2025-11-04 08:04:12 +01:00 
			
		
		
		
	* Removed the 'Charset=' and 'Collation=' parameters from the '[mySQL]' section of rd.conf(5). * Removed support for the --mysql-charset=' and '--mysql-collation=' switches in rddbmgr(8). * Refactored handling of character set and collation attributes in rddbmgr(8) to treat them as immutable parts of the DB schema.
		
			
				
	
	
		
			18 lines
		
	
	
		
			597 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			597 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
                   OUTPUTS Table Layout for Rivendell
 | 
						|
 | 
						|
The OUTPUTS table holds information regarding switchs outputs.
 | 
						|
 | 
						|
 | 
						|
FIELD NAME           TYPE              REMARKS
 | 
						|
---------------------------------------------------------------
 | 
						|
ID                   int(11)           Primary key, auto increment
 | 
						|
STATION_NAME         varchar(64)       From STATIONS.NAME
 | 
						|
MATRIX               int(11)
 | 
						|
NUMBER               int(11)
 | 
						|
NAME                 varchar(64)
 | 
						|
ENGINE_NUM           int(11)
 | 
						|
DEVICE_NUM           int(11)
 | 
						|
NODE_HOSTNAME        varchar(176)
 | 
						|
NODE_TCP_PORT        int(11)
 | 
						|
NODE_SLOT            int(11)
 |