diff options
author | monty@mysql.com <> | 2004-05-12 00:29:52 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2004-05-12 00:29:52 +0300 |
commit | 116f61c656678830e045938c26c3b4b6c89aa4b0 (patch) | |
tree | 11c75fdf1dd0dbc84178dbfbb39f5a584d19d581 /strings | |
parent | 6ad9691dc8098aa94cd1994e009d4eb48f689265 (diff) | |
download | mariadb-git-116f61c656678830e045938c26c3b4b6c89aa4b0.tar.gz |
Don't automaticly generate a new key for a foreign key constraint if there is already a usable key.
Prefer not automatic keys before automatic keys. If there is two conf
Diffstat (limited to 'strings')
-rw-r--r-- | strings/strings-x86.s | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/strings/strings-x86.s b/strings/strings-x86.s index d316c34febb..30a7517a372 100644 --- a/strings/strings-x86.s +++ b/strings/strings-x86.s @@ -43,7 +43,9 @@ bmove_align: .ba_20: pop %esi movl %edx,%edi ret - .size bmove_align,.end-bmove_align + +.bmove_align_end: + .size bmove_align,.bmove_align_end-bmove_align # Move a string from higher to lower # Arg from_end+1,to_end+1,length |