Skip to content
Snippets Groups Projects

Mariadb 10.11: New reserved keyword

Merged
Daniel Hornungrequested to merge
f-mariadb-10.11 into dev
All threads resolved!
11 files
+ 60
38
Compare changes
  • Side-by-side
  • Inline

Files

+ 6
2
Daniel Hornung
Last comment by Daniel Hornung
FROM debian:buster
FROM debian:bookworm
RUN apt-get update \
&& \
apt-get install -y \
@@ -11,4 +11,8 @@ RUN apt-get update \
python3-sqlparse \
python3-sphinx \
doxygen
RUN pip3 install breathe sphinx-rtd-theme recommonmark
RUN pip3 install \
breathe \
sphinx-rtd-theme \
pytest \
recommonmark
Loading