1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Files
mariadb/client
Satya B 4a9e7e8e25 Fix for BUG#46591 - .frm file isn't sync'd with sync_frm enabled for
CREATE TABLE...LIKE...
      
The mysql server option 'sync_frm' is ignored when table is created with 
syntax CREATE TABLE .. LIKE.. 
      
Fixed by adding the MY_SYNC flag and calling my_sync() from my_copy() when
the flag is set.

In mysql_create_table(), when the 'sync_frm' is set, MY_SYNC flag is passed 
to my_copy(). 
      
Note: TestCase is not attached and can be tested manually using debugger.
2009-09-03 16:02:03 +05:30
..
2000-07-31 21:29:14 +02:00
2007-10-01 20:35:51 +05:00
2006-12-23 20:17:15 +01:00
2006-12-31 01:02:27 +01:00
2007-03-20 18:31:49 +01:00
2006-12-23 20:17:15 +01:00
2009-06-29 15:17:01 +02:00
2009-03-19 09:44:58 -04:00