mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 20:36:16 +01:00 
			
		
		
		
	
				Step#1: fixing the return type of strnxfrm() from size_t to this structure:
typedef struct
{
  size_t m_output_length;
  size_t m_source_length_used;
  uint m_warnings;
} my_strnxfrm_ret_t;
		
	
					 | 
			||
|---|---|---|
| .. | ||
| mysql-test/func_test | ||
| CMakeLists.txt | ||
| plugin.cc | ||