mirror of
https://github.com/MariaDB/server.git
synced 2026-05-03 05:35:31 +02:00
Bug fixes, TRUNCATE, safer passwords on command line and connect timeout
This commit is contained in:
parent
cb1d81f650
commit
7a013339f8
35 changed files with 798 additions and 438 deletions
|
|
@ -31,12 +31,12 @@ strstr:
|
|||
! if (*str++ == *search) {
|
||||
! i=(char*) str; j=(char*) search+1;
|
||||
|
||||
ldsb [%o1],%g6 ! g6= First char of search
|
||||
ldsb [%o1],%o2 ! o2= First char of search
|
||||
.top:
|
||||
ldsb [%o0],%g3 ! g3= First char of rest of str
|
||||
cmp %g3,0
|
||||
be .abort ! Found end null ;
|
||||
cmp %g3,%g6
|
||||
cmp %g3,%o2
|
||||
bne .top
|
||||
add %o0,1,%o0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue