| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Found via `codespell -i 3 -w --skip="./debian/po" -I ../mariadb-server-word-whitelist.txt ./cmake/ ./debian/ ./Docs/ ./include/ ./man/ ./plugin/ ./strings/`
|
| |
|
|
|
|
| |
A bugfix of HandlerSocket is not applied to mariadb yet
|
|
|
|
|
|
|
| |
`next_insert_id == 0' failed with handlersocket"
sql/handler.cc:
Added DBUG_ code
|
|
- Fixed compiler errors
- Modified Makefiles to be part of plugin directory
- Some minor changes in database.cpp to use the new MariaDB handler interface
|