summaryrefslogtreecommitdiff
path: root/storage/example
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2013-07-21 19:24:20 +0200
committerSergei Golubchik <sergii@pisem.net>2013-07-21 19:24:20 +0200
commit13dca0125a14726d2c3274f679aa002d0f7577a0 (patch)
treefcfb6d72dcfb5af60bd8158b1641318295b9b609 /storage/example
parentd1fdb17bfb774e4e29c8a337b497128fd01a3473 (diff)
downloadmariadb-git-13dca0125a14726d2c3274f679aa002d0f7577a0.tar.gz
more post-merge fixes:
* update results * don't force HA_CREATE_DELAY_KEY_WRITE on all temp tables, (bad for CREATE ... LIKE) instead imply it in myisam/aria * restore HA_ERR_TABLE_DEF_CHANGED in archive * increase the default number of rwlock classes in P_S to fit all our rwlocks
Diffstat (limited to 'storage/example')
-rw-r--r--storage/example/ha_example.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/example/ha_example.cc b/storage/example/ha_example.cc
index 10dd3b1c33f..c5ee238a235 100644
--- a/storage/example/ha_example.cc
+++ b/storage/example/ha_example.cc
@@ -944,8 +944,8 @@ bool ha_example::check_if_incompatible_data(HA_CREATE_INFO *info,
boolparam requires a table to be rebuilt, while changing strparam
or enumparam - does not.
- For debugging purposes we'll announce this to the client
- (don't do it in your engine!)
+ For debugging purposes we'll announce this to the user
+ (don't do it in production!)
*/
if (param_new->ullparam != param_old->ullparam)