mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 15:25:33 +02:00
5.1 merge
increase xtradb verson from 13.0 to 13.01
This commit is contained in:
commit
1fd8150a5b
224 changed files with 6925 additions and 3316 deletions
|
|
@ -758,6 +758,10 @@ void CertDecoder::GetName(NameType nt)
|
|||
|
||||
while (source_.get_index() < length) {
|
||||
GetSet();
|
||||
if (source_.GetError().What() == SET_E) {
|
||||
source_.SetError(NO_ERROR_E); // extensions may only have sequence
|
||||
source_.prev();
|
||||
}
|
||||
GetSequence();
|
||||
|
||||
byte b = source_.next();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue