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
..
2006-12-23 20:17:15 +01:00
2009-07-31 15:22:02 -04:00
2006-12-23 20:17:15 +01:00
2009-07-31 15:22:02 -04:00
2007-05-09 17:27:14 +05:00
2006-12-23 20:17:15 +01:00
2006-12-23 20:17:15 +01:00
2009-06-19 17:29:21 +05:30
2006-12-23 20:17:15 +01:00
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2007-08-29 20:45:04 +04:00
2008-12-23 18:08:04 +04:00
2007-11-30 06:32:04 +01:00
2007-07-30 21:09:45 +02:00
2006-12-31 01:02:27 +01:00
2006-12-23 20:17:15 +01:00
2006-12-23 20:17:15 +01:00
2007-04-12 00:43:25 +02:00
2009-07-17 14:13:53 +05:30
2006-12-23 20:17:15 +01:00
2008-03-28 14:02:27 -04:00
2006-12-23 20:17:15 +01:00
2007-11-30 06:32:04 +01:00
2009-08-28 17:51:31 +02:00
2006-12-31 01:02:27 +01:00
2006-12-23 20:17:15 +01:00
2006-12-23 20:17:15 +01:00
2009-03-09 20:57:03 +02:00
2006-12-23 20:17:15 +01:00
2006-12-23 20:17:15 +01:00
2006-12-23 20:17:15 +01:00
2008-03-19 15:01:03 -03:00
2009-09-03 16:02:03 +05:30
2008-04-03 11:32:00 -04:00
2006-12-23 20:17:15 +01:00
2006-12-23 20:17:15 +01:00
2006-12-23 20:17:15 +01:00
2008-08-22 17:31:53 +05:00
2006-12-23 20:17:15 +01:00
2006-12-23 20:17:15 +01:00
2007-11-30 22:29:34 +04:00
2006-12-23 20:17:15 +01:00
2007-11-26 14:09:37 -02:00
2006-12-31 01:02:27 +01:00
2007-09-13 16:19:46 +02:00
2007-11-26 14:09:37 -02:00
2006-12-23 20:17:15 +01:00
2006-12-23 20:17:15 +01:00
2007-03-28 20:46:42 +03:00
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2008-02-27 12:42:43 +04:00
2006-12-23 20:17:15 +01:00
2006-12-23 20:17:15 +01:00
2006-12-23 20:17:15 +01:00
2006-12-23 20:17:15 +01:00
2007-02-02 10:03:22 +01:00
2007-06-03 09:40:00 +03:00
2006-12-26 22:28:28 -07:00
2009-07-23 13:38:11 +02:00